#BEB97C

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

Shades of Pine Glade #BEB97C

Tints of Pine Glade #BEB97C

Color information

#BEB97C (or 0xBEB97C) is unknown color: approx Pine Glade. HEX triplet: BE, B9 and 7C. RGB value is (190,185,124). Sum of RGB (Red+Green+Blue) = 190+185+124=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB97C is #414683. Grayscale: #B3B3B3. Windows color (decimal): -4277892 or 8174014. OLE color: 8174014.

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

Color convert

RGB190185124-
CMYK00.030.350.25
HSL55.45º33.67%61.57%-
HSV(B)55.45º34.74%74.51%-
XYZ42.2247.125.93-
YUV179.5496.66135.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=38.08%
G=37.07%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018512400.030.350.2555.4533.6761.57
HexBEB97C03231937223e
Octal276271174034331674276
Binary1011111010111001111110001110001111001110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB97C; }

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

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

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

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

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

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

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

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