#BEB659

Color #BEB659 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BEB659

Tints of Olive Green #BEB659

Color information

#BEB659 (or 0xBEB659) is unknown color: approx Olive Green. HEX triplet: BE, B6 and 59. RGB value is (190,182,89). Sum of RGB (Red+Green+Blue) = 190+182+89=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB659 is #4149A6. Grayscale: #AEAEAE. Windows color (decimal): -4278695 or 5879486. OLE color: 5879486.

HSL color Cylindrical-coordinate representation of color #BEB659: hue angle of 55.25º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEB659 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19018289-
CMYK00.040.530.25
HSL55.25º43.72%54.71%-
HSV(B)55.25º53.16%74.51%-
XYZ39.7745.1216.07-
YUV173.7980.15139.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=41.21%
G=39.48%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901828900.040.530.2555.2543.7254.71
HexBEB659043519372c37
Octal276266131046531675467
Binary10111110101101101011001010011010111001110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB659; }

 p { color: rgb(190,182,89); }

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

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

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

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

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

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

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