#B9C973

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

Shades of Pine Glade #B9C973

Tints of Pine Glade #B9C973

Color information

#B9C973 (or 0xB9C973) is unknown color: approx Pine Glade. HEX triplet: B9, C9 and 73. RGB value is (185,201,115). Sum of RGB (Red+Green+Blue) = 185+201+115=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C973 is #46368C. Grayscale: #BABABA. Windows color (decimal): -4601485 or 7588281. OLE color: 7588281.

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

Color convert

RGB185201115-
CMYK0.0800.430.21
HSL71.16º44.33%61.96%-
HSV(B)71.16º42.79%78.82%-
XYZ43.9953.3324.19-
YUV186.4187.7126.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 115 (45.31% from 255) = 22.95%
R=36.93%
G=40.12%
B=22.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852011150.0800.430.2171.1644.3361.96
HexB9C973802B15472c3e
Octal27131116310053251075476
Binary1011100111001001111001110000101011101011000111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C973; }

 p { color: rgb(185,201,115); }

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

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

 a { background-color: rgb(185,201,115); }

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

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

 span { border-color: rgb(185,201,115); }

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