#BEB458

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

Shades of Olive Green #BEB458

Tints of Olive Green #BEB458

Color information

#BEB458 (or 0xBEB458) is unknown color: approx Olive Green. HEX triplet: BE, B4 and 58. RGB value is (190,180,88). Sum of RGB (Red+Green+Blue) = 190+180+88=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB458 is #414BA7. Grayscale: #ACACAC. Windows color (decimal): -4279208 or 5813438. OLE color: 5813438.

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

Color convert

RGB19018088-
CMYK00.050.540.25
HSL54.12º43.97%54.51%-
HSV(B)54.12º53.68%74.51%-
XYZ39.3244.2915.71-
YUV172.580.31140.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 88 (34.77% from 255) = 19.21%
R=41.48%
G=39.30%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901808800.050.540.2554.1243.9754.51
HexBEB458053619362c37
Octal276264130056631665467
Binary10111110101101001011000010111011011001110110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB458; }

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

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

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

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

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

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

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

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