#BEB954

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

Shades of Olive Green #BEB954

Tints of Olive Green #BEB954

Color information

#BEB954 (or 0xBEB954) is unknown color: approx Olive Green. HEX triplet: BE, B9 and 54. RGB value is (190,185,84). Sum of RGB (Red+Green+Blue) = 190+185+84=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB954 is #4146AB. Grayscale: #AFAFAF. Windows color (decimal): -4277932 or 5552574. OLE color: 5552574.

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

Color convert

RGB19018584-
CMYK00.030.560.25
HSL57.17º44.92%53.73%-
HSV(B)57.17º55.79%74.51%-
XYZ40.1846.2915.2-
YUV174.9876.66138.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 84 (33.20% from 255) = 18.30%
R=41.39%
G=40.31%
B=18.30%

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
Decimal1901858400.030.560.2557.1744.9253.73
HexBEB954033819392d36
Octal276271124037031715566
Binary1011111010111001101010001111100011001111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB954; }

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

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

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

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

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

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

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

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