#BEBF86

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

Shades of Pine Glade #BEBF86

Tints of Pine Glade #BEBF86

Color information

#BEBF86 (or 0xBEBF86) is unknown color: approx Pine Glade. HEX triplet: BE, BF and 86. RGB value is (190,191,134). Sum of RGB (Red+Green+Blue) = 190+191+134=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF86 is #414079. Grayscale: #B8B8B8. Windows color (decimal): -4276346 or 8830910. OLE color: 8830910.

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

Color convert

RGB190191134-
CMYK0.0100.300.25
HSL61.05º30.81%63.73%-
HSV(B)61.05º29.84%74.9%-
XYZ44.1749.9329.86-
YUV184.299.67132.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=36.89%
G=37.09%
B=26.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911340.0100.300.2561.0530.8163.73
HexBEBF86101E193d1f40
Octal2762772061036317537100
Binary101111101011111110000110101111011001111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF86; }

 p { color: rgb(190,191,134); }

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

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

 a { background-color: rgb(190,191,134); }

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

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

 span { border-color: rgb(190,191,134); }

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