#B9C176

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

Shades of Pine Glade #B9C176

Tints of Pine Glade #B9C176

Color information

#B9C176 (or 0xB9C176) is unknown color: approx Pine Glade. HEX triplet: B9, C1 and 76. RGB value is (185,193,118). Sum of RGB (Red+Green+Blue) = 185+193+118=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C176 is #463E89. Grayscale: #B6B6B6. Windows color (decimal): -4603530 or 7782841. OLE color: 7782841.

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

Color convert

RGB185193118-
CMYK0.0400.390.24
HSL66.4º37.69%60.98%-
HSV(B)66.4º38.86%75.69%-
XYZ42.3549.7624.51-
YUV182.0691.85130.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=37.30%
G=38.91%
B=23.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851931180.0400.390.2466.437.6960.98
HexB9C17640271842263d
Octal2713011664047301024675
Binary101110011100000111101101000100111110001000010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C176; }

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

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

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

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

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

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

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

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