#B6E16C

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

Shades of Conifer #B6E16C

Tints of Conifer #B6E16C

Color information

#B6E16C (or 0xB6E16C) is unknown color: approx Conifer. HEX triplet: B6, E1 and 6C. RGB value is (182,225,108). Sum of RGB (Red+Green+Blue) = 182+225+108=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E16C is #491E93. Grayscale: #C7C7C7. Windows color (decimal): -4791956 or 7135670. OLE color: 7135670.

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

Color convert

RGB182225108-
CMYK0.1900.520.12
HSL82.05º66.1%65.29%-
HSV(B)82.05º52%88.24%-
XYZ48.9264.8824.13-
YUV198.876.75116.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 108 (42.58% from 255) = 20.97%
R=35.34%
G=43.69%
B=20.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822251080.1900.520.1282.0566.165.29
HexB6E16C13034C524241
Octal2663411542306414122102101
Binary101101101110000111011001001101101001100101001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E16C; }

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

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

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

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

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

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

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

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