#B6E447

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

Shades of Conifer #B6E447

Tints of Conifer #B6E447

Color information

#B6E447 (or 0xB6E447) is unknown color: approx Conifer. HEX triplet: B6, E4 and 47. RGB value is (182,228,71). Sum of RGB (Red+Green+Blue) = 182+228+71=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #B6E447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E447 is #491BB8. Grayscale: #C4C4C4. Windows color (decimal): -4791225 or 4711606. OLE color: 4711606.

HSL color Cylindrical-coordinate representation of color #B6E447: hue angle of 77.58º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6E447 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB18222871-
CMYK0.2000.690.11
HSL77.58º74.41%58.63%-
HSV(B)77.58º68.86%89.41%-
XYZ48.1765.8916.14-
YUV196.3557.26117.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 228 (89.45% from 255) = 47.40%
BLUE value IS 71 (28.12% from 255) = 14.76%
R=37.84%
G=47.40%
B=14.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal182228710.2000.690.1177.5874.4158.63
HexB6E44714045B4e4a3b
Octal2663441072401051311611273
Binary101101101110010010001111010001000101101110011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E447; }

 p { color: rgb(182,228,71); }

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

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

 a { background-color: rgb(182,228,71); }

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

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

 span { border-color: rgb(182,228,71); }

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