#B6D245

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

Shades of Conifer #B6D245

Tints of Conifer #B6D245

Color information

#B6D245 (or 0xB6D245) is unknown color: approx Conifer. HEX triplet: B6, D2 and 45. RGB value is (182,210,69). Sum of RGB (Red+Green+Blue) = 182+210+69=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D245 is #492DBA. Grayscale: #BABABA. Windows color (decimal): -4795835 or 4575926. OLE color: 4575926.

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

Color convert

RGB18221069-
CMYK0.1300.670.18
HSL71.91º61.04%54.71%-
HSV(B)71.91º67.14%82.35%-
XYZ43.4156.4714.24-
YUV185.5562.22125.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.48%
GREEN value IS 210 (82.42% from 255) = 45.55%
BLUE value IS 69 (27.34% from 255) = 14.97%
R=39.48%
G=45.55%
B=14.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182210690.1300.670.1871.9161.0454.71
HexB6D245D04312483d37
Octal266322105150103221107567
Binary10110110110100101000101110101000011100101001000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D245; }

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

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

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

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

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

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

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

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