#b9bb74

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

Shades of Pine Glade #B9BB74

Tints of Pine Glade #B9BB74

Color information

#B9BB74 (or 0xB9BB74) is unknown color: approx Pine Glade. HEX triplet: B9, BB and 74. RGB value is (185,187,116). Sum of RGB (Red+Green+Blue) = 185+187+116=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BB74 is #46448B. Grayscale: #B2B2B2. Windows color (decimal): -4605068 or 7650233. OLE color: 7650233.

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

Color convert

RGB185187116-
CMYK0.0100.380.27
HSL61.69º34.3%59.41%-
HSV(B)61.69º37.97%73.33%-
XYZ40.9347.1223.46-
YUV178.3192.84132.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 187 (73.44% from 255) = 38.32%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=37.91%
G=38.32%
B=23.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871160.0100.380.2761.6934.359.41
HexB9BB7410261B3e223b
Octal271273164104633764273
Binary101110011011101111101001010011011011111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9bb74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9bb74; }

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

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

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

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

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

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

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

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