#BEBA58

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

Shades of Olive Green #BEBA58

Tints of Olive Green #BEBA58

Color information

#BEBA58 (or 0xBEBA58) is unknown color: approx Olive Green. HEX triplet: BE, BA and 58. RGB value is (190,186,88). Sum of RGB (Red+Green+Blue) = 190+186+88=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA58 is #4145A7. Grayscale: #B0B0B0. Windows color (decimal): -4277672 or 5814974. OLE color: 5814974.

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

Color convert

RGB19018688-
CMYK00.020.540.25
HSL57.65º43.97%54.51%-
HSV(B)57.65º53.68%74.51%-
XYZ40.5646.7716.12-
YUV176.0278.33137.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 88 (34.77% from 255) = 18.97%
R=40.95%
G=40.09%
B=18.97%

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
Decimal1901868800.020.540.2557.6543.9754.51
HexBEBA580236193a2c37
Octal276272130026631725467
Binary1011111010111010101100001011011011001111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA58; }

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

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

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

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

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

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

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

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