#B6E14C

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

Shades of Conifer #B6E14C

Tints of Conifer #B6E14C

Color information

#B6E14C (or 0xB6E14C) is unknown color: approx Conifer. HEX triplet: B6, E1 and 4C. RGB value is (182,225,76). Sum of RGB (Red+Green+Blue) = 182+225+76=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E14C is #491EB3. Grayscale: #C3C3C3. Windows color (decimal): -4791988 or 5038518. OLE color: 5038518.

HSL color Cylindrical-coordinate representation of color #B6E14C: hue angle of 77.32º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6E14C is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB18222576-
CMYK0.1900.660.12
HSL77.32º71.29%59.02%-
HSV(B)77.32º66.22%88.24%-
XYZ47.5264.3216.75-
YUV195.1660.75118.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 225 (88.28% from 255) = 46.58%
BLUE value IS 76 (30.08% from 255) = 15.73%
R=37.68%
G=46.58%
B=15.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182225760.1900.660.1277.3271.2959.02
HexB6E14C13042C4d473b
Octal2663411142301021411510773
Binary101101101110000110011001001101000010110010011011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E14C; }

 p { color: rgb(182,225,76); }

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

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

 a { background-color: rgb(182,225,76); }

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

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

 span { border-color: rgb(182,225,76); }

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