#BEBD59

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

Shades of Olive Green #BEBD59

Tints of Olive Green #BEBD59

Color information

#BEBD59 (or 0xBEBD59) is unknown color: approx Olive Green. HEX triplet: BE, BD and 59. RGB value is (190,189,89). Sum of RGB (Red+Green+Blue) = 190+189+89=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD59 is #4142A6. Grayscale: #B2B2B2. Windows color (decimal): -4276903 or 5881278. OLE color: 5881278.

HSL color Cylindrical-coordinate representation of color #BEBD59: hue angle of 59.41º 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 #BEBD59 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19018989-
CMYK00.010.530.25
HSL59.41º43.72%54.71%-
HSV(B)59.41º53.16%74.51%-
XYZ41.2448.0616.56-
YUV177.977.83136.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 89 (35.16% from 255) = 19.02%
R=40.60%
G=40.38%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901898900.010.530.2559.4143.7254.71
HexBEBD590135193b2c37
Octal276275131016531735467
Binary101111101011110110110010111010111001111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD59; }

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

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

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

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

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

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

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

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