#B9BE85

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

Shades of Pine Glade #B9BE85

Tints of Pine Glade #B9BE85

Color information

#B9BE85 (or 0xB9BE85) is unknown color: approx Pine Glade. HEX triplet: B9, BE and 85. RGB value is (185,190,133). Sum of RGB (Red+Green+Blue) = 185+190+133=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BE85 is #46417A. Grayscale: #B6B6B6. Windows color (decimal): -4604283 or 8765113. OLE color: 8765113.

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

Color convert

RGB185190133-
CMYK0.0300.30.25
HSL65.26º30.48%63.33%-
HSV(B)65.26º30%74.51%-
XYZ42.6548.8329.37-
YUV182.01100.34130.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=36.42%
G=37.40%
B=26.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901330.0300.30.2565.2630.4863.33
HexB9BE85301E19411e3f
Octal2712762053036311013677
Binary1011100110111110100001011101111011001100000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE85; }

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

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

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

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

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

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

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

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