#BEBD79

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

Shades of Pine Glade #BEBD79

Tints of Pine Glade #BEBD79

Color information

#BEBD79 (or 0xBEBD79) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 79. RGB value is (190,189,121). Sum of RGB (Red+Green+Blue) = 190+189+121=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD79 is #414286. Grayscale: #B5B5B5. Windows color (decimal): -4276871 or 7978430. OLE color: 7978430.

HSL color Cylindrical-coordinate representation of color #BEBD79: hue angle of 59.13º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEBD79 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB190189121-
CMYK00.010.360.25
HSL59.13º34.67%60.98%-
HSV(B)59.13º36.32%74.51%-
XYZ42.8848.7225.23-
YUV181.5593.83134.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 189 (74.22% from 255) = 37.8%
BLUE value IS 121 (47.66% from 255) = 24.2%
R=38%
G=37.8%
B=24.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018912100.010.360.2559.1334.6760.98
HexBEBD790124193b233d
Octal276275171014431734375
Binary101111101011110111110010110010011001111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD79; }

 p { color: rgb(190,189,121); }

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

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

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

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

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

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

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