#BEB457

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

Shades of Olive Green #BEB457

Tints of Olive Green #BEB457

Color information

#BEB457 (or 0xBEB457) is unknown color: approx Olive Green. HEX triplet: BE, B4 and 57. RGB value is (190,180,87). Sum of RGB (Red+Green+Blue) = 190+180+87=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB457 is #414BA8. Grayscale: #ACACAC. Windows color (decimal): -4279209 or 5747902. OLE color: 5747902.

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

Color convert

RGB19018087-
CMYK00.050.540.25
HSL54.17º44.21%54.31%-
HSV(B)54.17º54.21%74.51%-
XYZ39.2844.2815.49-
YUV172.3979.81140.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 87 (34.38% from 255) = 19.04%
R=41.58%
G=39.39%
B=19.04%

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
Decimal1901808700.050.540.2554.1744.2154.31
HexBEB457053619362c36
Octal276264127056631665466
Binary10111110101101001010111010111011011001110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB457; }

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

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

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

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

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

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

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

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