#B6C176

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

Shades of Pine Glade #B6C176

Tints of Pine Glade #B6C176

Color information

#B6C176 (or 0xB6C176) is unknown color: approx Pine Glade. HEX triplet: B6, C1 and 76. RGB value is (182,193,118). Sum of RGB (Red+Green+Blue) = 182+193+118=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C176 is #493E89. Grayscale: #B5B5B5. Windows color (decimal): -4800138 or 7782838. OLE color: 7782838.

HSL color Cylindrical-coordinate representation of color #B6C176: hue angle of 68.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6C176 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB182193118-
CMYK0.0600.390.24
HSL68.8º37.69%60.98%-
HSV(B)68.8º38.86%75.69%-
XYZ41.6349.3924.48-
YUV181.1692.36128.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=36.92%
G=39.15%
B=23.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821931180.0600.390.2468.837.6960.98
HexB6C17660271845263d
Octal2663011666047301054675
Binary101101101100000111101101100100111110001000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C176; }

 p { color: rgb(182,193,118); }

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

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

 a { background-color: rgb(182,193,118); }

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

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

 span { border-color: rgb(182,193,118); }

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