#B9BB75

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

Shades of Pine Glade #B9BB75

Tints of Pine Glade #B9BB75

Color information

#B9BB75 (or 0xB9BB75) is unknown color: approx Pine Glade. HEX triplet: B9, BB and 75. RGB value is (185,187,117). Sum of RGB (Red+Green+Blue) = 185+187+117=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BB75 is #46448A. Grayscale: #B2B2B2. Windows color (decimal): -4605067 or 7715769. OLE color: 7715769.

HSL color Cylindrical-coordinate representation of color #B9BB75: hue angle of 61.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9BB75 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB185187117-
CMYK0.0100.370.27
HSL61.71º33.98%59.61%-
HSV(B)61.71º37.43%73.33%-
XYZ40.9947.1423.77-
YUV178.4293.34132.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=37.83%
G=38.24%
B=23.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871170.0100.370.2761.7133.9859.61
HexB9BB7510251B3e223c
Octal271273165104533764274
Binary101110011011101111101011010010111011111110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB75; }

 p { color: rgb(185,187,117); }

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

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

 a { background-color: rgb(185,187,117); }

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

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

 span { border-color: rgb(185,187,117); }

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