#B6C175

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

Shades of Pine Glade #B6C175

Tints of Pine Glade #B6C175

Color information

#B6C175 (or 0xB6C175) is unknown color: approx Pine Glade. HEX triplet: B6, C1 and 75. RGB value is (182,193,117). Sum of RGB (Red+Green+Blue) = 182+193+117=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C175 is #493E8A. Grayscale: #B5B5B5. Windows color (decimal): -4800139 or 7717302. OLE color: 7717302.

HSL color Cylindrical-coordinate representation of color #B6C175: hue angle of 68.68º 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 #B6C175 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB182193117-
CMYK0.0600.390.24
HSL68.68º38%60.78%-
HSV(B)68.68º39.38%75.69%-
XYZ41.5749.3724.17-
YUV181.0591.86128.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=36.99%
G=39.23%
B=23.78%

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
Decimal1821931170.0600.390.2468.683860.78
HexB6C17560271845263d
Octal2663011656047301054675
Binary101101101100000111101011100100111110001000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C175; }

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

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

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

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

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

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

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

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