#B9C677

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

Shades of Pine Glade #B9C677

Tints of Pine Glade #B9C677

Color information

#B9C677 (or 0xB9C677) is unknown color: approx Pine Glade. HEX triplet: B9, C6 and 77. RGB value is (185,198,119). Sum of RGB (Red+Green+Blue) = 185+198+119=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C677 is #463988. Grayscale: #B9B9B9. Windows color (decimal): -4602249 or 7849657. OLE color: 7849657.

HSL color Cylindrical-coordinate representation of color #B9C677: hue angle of 69.87º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9C677 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB185198119-
CMYK0.0700.400.22
HSL69.87º40.93%62.16%-
HSV(B)69.87º39.9%77.65%-
XYZ43.5352.0325.2-
YUV185.1190.69127.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 119 (46.88% from 255) = 23.71%
R=36.85%
G=39.44%
B=23.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981190.0700.400.2269.8740.9362.16
HexB9C67770281646293e
Octal2713061677050261065176
Binary101110011100011011101111110101000101101000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C677; }

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

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

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

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

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

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

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

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