#B9BD73

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

Shades of Pine Glade #B9BD73

Tints of Pine Glade #B9BD73

Color information

#B9BD73 (or 0xB9BD73) is unknown color: approx Pine Glade. HEX triplet: B9, BD and 73. RGB value is (185,189,115). Sum of RGB (Red+Green+Blue) = 185+189+115=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD73 is #46428C. Grayscale: #B3B3B3. Windows color (decimal): -4604557 or 7585209. OLE color: 7585209.

HSL color Cylindrical-coordinate representation of color #B9BD73: hue angle of 63.24º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9BD73 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB185189115-
CMYK0.0200.390.26
HSL63.24º35.92%59.61%-
HSV(B)63.24º39.15%74.12%-
XYZ41.347.9523.3-
YUV179.3791.67132.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=37.83%
G=38.65%
B=23.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891150.0200.390.2663.2435.9259.61
HexB9BD7320271A3f243c
Octal271275163204732774474
Binary1011100110111101111001110010011111010111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD73; }

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

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

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

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

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

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

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

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