#B9BF7D

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

Shades of Pine Glade #B9BF7D

Tints of Pine Glade #B9BF7D

Color information

#B9BF7D (or 0xB9BF7D) is unknown color: approx Pine Glade. HEX triplet: B9, BF and 7D. RGB value is (185,191,125). Sum of RGB (Red+Green+Blue) = 185+191+125=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF7D is #464082. Grayscale: #B5B5B5. Windows color (decimal): -4604035 or 8241081. OLE color: 8241081.

HSL color Cylindrical-coordinate representation of color #B9BF7D: hue angle of 65.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9BF7D is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB185191125-
CMYK0.0300.350.25
HSL65.45º34.02%61.96%-
HSV(B)65.45º34.55%74.9%-
XYZ42.3449.0626.64-
YUV181.6896.01130.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 125 (49.22% from 255) = 24.95%
R=36.93%
G=38.12%
B=24.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911250.0300.350.2565.4534.0261.96
HexB9BF7D30231941223e
Octal2712771753043311014276
Binary10111001101111111111101110100011110011000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF7D; }

 p { color: rgb(185,191,125); }

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

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

 a { background-color: rgb(185,191,125); }

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

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

 span { border-color: rgb(185,191,125); }

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