#B9CA77

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

Shades of Pine Glade #B9CA77

Tints of Pine Glade #B9CA77

Color information

#B9CA77 (or 0xB9CA77) is unknown color: approx Pine Glade. HEX triplet: B9, CA and 77. RGB value is (185,202,119). Sum of RGB (Red+Green+Blue) = 185+202+119=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA77 is #463588. Grayscale: #BBBBBB. Windows color (decimal): -4601225 or 7850681. OLE color: 7850681.

HSL color Cylindrical-coordinate representation of color #B9CA77: hue angle of 72.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9CA77 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB185202119-
CMYK0.0800.410.21
HSL72.29º43.92%62.94%-
HSV(B)72.29º41.09%79.22%-
XYZ44.4653.8925.51-
YUV187.4689.37126.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=36.56%
G=39.92%
B=23.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021190.0800.410.2172.2943.9262.94
HexB9CA77802915482c3f
Octal27131216710051251105477
Binary1011100111001010111011110000101001101011001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CA77; }

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

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

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

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

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

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

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

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