#BEB953

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

Shades of Olive Green #BEB953

Tints of Olive Green #BEB953

Color information

#BEB953 (or 0xBEB953) is unknown color: approx Olive Green. HEX triplet: BE, B9 and 53. RGB value is (190,185,83). Sum of RGB (Red+Green+Blue) = 190+185+83=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB953 is #4146AC. Grayscale: #AFAFAF. Windows color (decimal): -4277933 or 5487038. OLE color: 5487038.

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

Color convert

RGB19018583-
CMYK00.030.560.25
HSL57.2º45.15%53.53%-
HSV(B)57.2º56.32%74.51%-
XYZ40.1546.2715-
YUV174.8776.16138.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 83 (32.81% from 255) = 18.12%
R=41.48%
G=40.39%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901858300.030.560.2557.245.1553.53
HexBEB953033819392d36
Octal276271123037031715566
Binary1011111010111001101001101111100011001111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB953; }

 p { color: rgb(190,185,83); }

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

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

 a { background-color: rgb(190,185,83); }

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

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

 span { border-color: rgb(190,185,83); }

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