#B9BE84

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

Shades of Pine Glade #B9BE84

Tints of Pine Glade #B9BE84

Color information

#B9BE84 (or 0xB9BE84) is unknown color: approx Pine Glade. HEX triplet: B9, BE and 84. RGB value is (185,190,132). Sum of RGB (Red+Green+Blue) = 185+190+132=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BE84 is #46417B. Grayscale: #B6B6B6. Windows color (decimal): -4604284 or 8699577. OLE color: 8699577.

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

Color convert

RGB185190132-
CMYK0.0300.310.25
HSL65.17º30.85%63.14%-
HSV(B)65.17º30.53%74.51%-
XYZ42.5948.8129.01-
YUV181.8999.84130.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 132 (51.95% from 255) = 26.04%
R=36.49%
G=37.48%
B=26.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901320.0300.310.2565.1730.8563.14
HexB9BE84301F19411f3f
Octal2712762043037311013777
Binary1011100110111110100001001101111111001100000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE84; }

 p { color: rgb(185,190,132); }

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

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

 a { background-color: rgb(185,190,132); }

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

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

 span { border-color: rgb(185,190,132); }

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