#B9C477

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

Shades of Pine Glade #B9C477

Tints of Pine Glade #B9C477

Color information

#B9C477 (or 0xB9C477) is unknown color: approx Pine Glade. HEX triplet: B9, C4 and 77. RGB value is (185,196,119). Sum of RGB (Red+Green+Blue) = 185+196+119=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C477 is #463B88. Grayscale: #B8B8B8. Windows color (decimal): -4602761 or 7849145. OLE color: 7849145.

HSL color Cylindrical-coordinate representation of color #B9C477: hue angle of 68.57º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9C477 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB185196119-
CMYK0.0600.390.23
HSL68.57º39.49%61.76%-
HSV(B)68.57º39.29%76.86%-
XYZ43.0851.1325.05-
YUV183.9391.36128.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=37%
G=39.2%
B=23.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851961190.0600.390.2368.5739.4961.76
HexB9C47760271745273e
Octal2713041676047271054776
Binary101110011100010011101111100100111101111000101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C477; }

 p { color: rgb(185,196,119); }

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

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

 a { background-color: rgb(185,196,119); }

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

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

 span { border-color: rgb(185,196,119); }

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