#B9BA7F

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

Shades of Pine Glade #B9BA7F

Tints of Pine Glade #B9BA7F

Color information

#B9BA7F (or 0xB9BA7F) is unknown color: approx Pine Glade. HEX triplet: B9, BA and 7F. RGB value is (185,186,127). Sum of RGB (Red+Green+Blue) = 185+186+127=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA7F is #464580. Grayscale: #B3B3B3. Windows color (decimal): -4605313 or 8370873. OLE color: 8370873.

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

Color convert

RGB185186127-
CMYK0.0100.320.27
HSL61.02º29.95%61.37%-
HSV(B)61.02º31.72%72.94%-
XYZ41.446.9626.96-
YUV178.9898.67132.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 127 (50% from 255) = 25.50%
R=37.15%
G=37.35%
B=25.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851861270.0100.320.2761.0229.9561.37
HexB9BA7F10201B3d1e3d
Octal271272177104033753675
Binary10111001101110101111111101000001101111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA7F; }

 p { color: rgb(185,186,127); }

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

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

 a { background-color: rgb(185,186,127); }

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

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

 span { border-color: rgb(185,186,127); }

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