#BEBE8A

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

Shades of Pine Glade #BEBE8A

Tints of Pine Glade #BEBE8A

Color information

#BEBE8A (or 0xBEBE8A) is unknown color: approx Pine Glade. HEX triplet: BE, BE and 8A. RGB value is (190,190,138). Sum of RGB (Red+Green+Blue) = 190+190+138=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE8A is #414175. Grayscale: #B8B8B8. Windows color (decimal): -4276598 or 9092798. OLE color: 9092798.

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

Color convert

RGB190190138-
CMYK000.270.25
HSL60º28.57%64.31%-
HSV(B)60º27.37%74.51%-
XYZ44.2449.6131.29-
YUV184.07102132.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=36.68%
G=36.68%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190138000.270.256028.5764.31
HexBEBE8A001B193c1d40
Octal2762762120033317435100
Binary101111101011111010001010001101111001111100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE8A; }

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

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

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

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

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

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

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

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