#B6D149

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

Shades of Conifer #B6D149

Tints of Conifer #B6D149

Color information

#B6D149 (or 0xB6D149) is unknown color: approx Conifer. HEX triplet: B6, D1 and 49. RGB value is (182,209,73). Sum of RGB (Red+Green+Blue) = 182+209+73=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D149 is #492EB6. Grayscale: #B9B9B9. Windows color (decimal): -4796087 or 4837814. OLE color: 4837814.

HSL color Cylindrical-coordinate representation of color #B6D149: hue angle of 71.91º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6D149 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB18220973-
CMYK0.1300.650.18
HSL71.91º59.65%55.29%-
HSV(B)71.91º65.07%81.96%-
XYZ43.2956.0314.84-
YUV185.4264.55125.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 73 (28.91% from 255) = 15.73%
R=39.22%
G=45.04%
B=15.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182209730.1300.650.1871.9159.6555.29
HexB6D149D04112483c37
Octal266321111150101221107467
Binary10110110110100011001001110101000001100101001000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D149; }

 p { color: rgb(182,209,73); }

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

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

 a { background-color: rgb(182,209,73); }

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

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

 span { border-color: rgb(182,209,73); }

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