#BEBA57

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

Shades of Olive Green #BEBA57

Tints of Olive Green #BEBA57

Color information

#BEBA57 (or 0xBEBA57) is unknown color: approx Olive Green. HEX triplet: BE, BA and 57. RGB value is (190,186,87). Sum of RGB (Red+Green+Blue) = 190+186+87=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA57 is #4145A8. Grayscale: #B0B0B0. Windows color (decimal): -4277673 or 5749438. OLE color: 5749438.

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

Color convert

RGB19018687-
CMYK00.020.540.25
HSL57.67º44.21%54.31%-
HSV(B)57.67º54.21%74.51%-
XYZ40.5146.7515.91-
YUV175.9177.83138.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 87 (34.38% from 255) = 18.79%
R=41.04%
G=40.17%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901868700.020.540.2557.6744.2154.31
HexBEBA570236193a2c36
Octal276272127026631725466
Binary1011111010111010101011101011011011001111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA57; }

 p { color: rgb(190,186,87); }

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

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

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

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

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

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

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