#B9BE7F

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

Shades of Pine Glade #B9BE7F

Tints of Pine Glade #B9BE7F

Color information

#B9BE7F (or 0xB9BE7F) is unknown color: approx Pine Glade. HEX triplet: B9, BE and 7F. RGB value is (185,190,127). Sum of RGB (Red+Green+Blue) = 185+190+127=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE7F is #464180. Grayscale: #B5B5B5. Windows color (decimal): -4604289 or 8371897. OLE color: 8371897.

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

Color convert

RGB185190127-
CMYK0.0300.330.25
HSL64.76º32.64%62.16%-
HSV(B)64.76º33.16%74.51%-
XYZ42.2548.6727.25-
YUV181.3297.34130.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 127 (50% from 255) = 25.30%
R=36.85%
G=37.85%
B=25.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901270.0300.330.2564.7632.6462.16
HexB9BE7F30211941213e
Octal2712761773041311014176
Binary10111001101111101111111110100001110011000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE7F; }

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

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

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

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

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

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

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

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