#B6D24F

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

Shades of Conifer #B6D24F

Tints of Conifer #B6D24F

Color information

#B6D24F (or 0xB6D24F) is unknown color: approx Conifer. HEX triplet: B6, D2 and 4F. RGB value is (182,210,79). Sum of RGB (Red+Green+Blue) = 182+210+79=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D24F is #492DB0. Grayscale: #BBBBBB. Windows color (decimal): -4795825 or 5231286. OLE color: 5231286.

HSL color Cylindrical-coordinate representation of color #B6D24F: hue angle of 72.82º degrees, saturation: 0.59, 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 #B6D24F is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB18221079-
CMYK0.1300.620.18
HSL72.82º59.28%56.67%-
HSV(B)72.82º62.38%82.35%-
XYZ43.7556.616.02-
YUV186.6967.22124.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 79 (31.25% from 255) = 16.77%
R=38.64%
G=44.59%
B=16.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182210790.1300.620.1872.8259.2856.67
HexB6D24FD03E12493b39
Octal26632211715076221117371
Binary1011011011010010100111111010111110100101001001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D24F; }

 p { color: rgb(182,210,79); }

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

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

 a { background-color: rgb(182,210,79); }

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

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

 span { border-color: rgb(182,210,79); }

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