#B2D150

Color #B2D150 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B2D150

Tints of Conifer #B2D150

Color information

#B2D150 (or 0xB2D150) is unknown color: approx Conifer. HEX triplet: B2, D1 and 50. RGB value is (178,209,80). Sum of RGB (Red+Green+Blue) = 178+209+80=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D150 is #4D2EAF. Grayscale: #B9B9B9. Windows color (decimal): -5058224 or 5296562. OLE color: 5296562.

HSL color Cylindrical-coordinate representation of color #B2D150: hue angle of 74.42º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2D150 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB17820980-
CMYK0.1500.620.18
HSL74.42º58.37%56.67%-
HSV(B)74.42º61.72%81.96%-
XYZ42.6155.6516.08-
YUV185.0268.73122.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 209 (82.03% from 255) = 44.75%
BLUE value IS 80 (31.64% from 255) = 17.13%
R=38.12%
G=44.75%
B=17.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178209800.1500.620.1874.4258.3756.67
HexB2D150F03E124a3a39
Octal26232112017076221127271
Binary1011001011010001101000011110111110100101001010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D150; }

 p { color: rgb(178,209,80); }

 H1.HeaderClassName
 {
   color: #B2D150;
 }
 .AnyTagClassName
 {
   color: #B2D150;
 }
</style>
background-color css

<style>
 a { background-color: #B2D150; }

 a { background-color: rgb(178,209,80); }

 div.DivClassName
 {
   background-color: #B2D150;
 }
 .BgClassName
 {
   background-color: #B2D150;
 }
</style>
border-color css

<style>
 span { border-color: #B2D150; }

 span { border-color: rgb(178,209,80); }

 td.TdClassName
 {
   border-color: #B2D150;
 }
 .TagClassName
 {
   border-color: #B2D150;
 }
</style>