#B6D45F

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

Shades of Conifer #B6D45F

Tints of Conifer #B6D45F

Color information

#B6D45F (or 0xB6D45F) is unknown color: approx Conifer. HEX triplet: B6, D4 and 5F. RGB value is (182,212,95). Sum of RGB (Red+Green+Blue) = 182+212+95=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D45F is #492BA0. Grayscale: #BEBEBE. Windows color (decimal): -4795297 or 6280374. OLE color: 6280374.

HSL color Cylindrical-coordinate representation of color #B6D45F: hue angle of 75.38º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6D45F is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB18221295-
CMYK0.1400.550.17
HSL75.38º57.64%60.2%-
HSV(B)75.38º55.19%83.14%-
XYZ44.957.8619.63-
YUV189.6974.56122.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 95 (37.5% from 255) = 19.43%
R=37.22%
G=43.35%
B=19.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182212950.1400.550.1775.3857.6460.2
HexB6D45FE037114b3a3c
Octal26632413716067211137274
Binary1011011011010100101111111100110111100011001011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D45F; }

 p { color: rgb(182,212,95); }

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

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

 a { background-color: rgb(182,212,95); }

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

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

 span { border-color: rgb(182,212,95); }

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