#B9BE71

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

Shades of Pine Glade #B9BE71

Tints of Pine Glade #B9BE71

Color information

#B9BE71 (or 0xB9BE71) is unknown color: approx Pine Glade. HEX triplet: B9, BE and 71. RGB value is (185,190,113). Sum of RGB (Red+Green+Blue) = 185+190+113=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE71 is #46418E. Grayscale: #B4B4B4. Windows color (decimal): -4604303 or 7454393. OLE color: 7454393.

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

Color convert

RGB185190113-
CMYK0.0300.410.25
HSL63.9º37.2%59.41%-
HSV(B)63.9º40.53%74.51%-
XYZ41.448.3322.77-
YUV179.7390.34131.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 190 (74.61% from 255) = 38.93%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=37.91%
G=38.93%
B=23.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901130.0300.410.2563.937.259.41
HexB9BE7130291940253b
Octal2712761613051311004573
Binary10111001101111101110001110101001110011000000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE71; }

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

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

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

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

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

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

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

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