#BEBE80

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

Shades of Pine Glade #BEBE80

Tints of Pine Glade #BEBE80

Color information

#BEBE80 (or 0xBEBE80) is unknown color: approx Pine Glade. HEX triplet: BE, BE and 80. RGB value is (190,190,128). Sum of RGB (Red+Green+Blue) = 190+190+128=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE80 is #41417F. Grayscale: #B7B7B7. Windows color (decimal): -4276608 or 8437438. OLE color: 8437438.

HSL color Cylindrical-coordinate representation of color #BEBE80: hue angle of 60º degrees, saturation: 0.32, 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 #BEBE80 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB190190128-
CMYK000.330.25
HSL60º32.29%62.35%-
HSV(B)60º32.63%74.51%-
XYZ43.5449.3327.65-
YUV182.9397133.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=37.40%
G=37.40%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190128000.330.256032.2962.35
HexBEBE800021193c203e
Octal276276200004131744076
Binary1011111010111110100000000010000111001111100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE80; }

 p { color: rgb(190,190,128); }

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

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

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

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

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

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

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