#BEB94F

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

Shades of Olive Green #BEB94F

Tints of Olive Green #BEB94F

Color information

#BEB94F (or 0xBEB94F) is unknown color: approx Olive Green. HEX triplet: BE, B9 and 4F. RGB value is (190,185,79). Sum of RGB (Red+Green+Blue) = 190+185+79=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB94F is #4146B0. Grayscale: #AEAEAE. Windows color (decimal): -4277937 or 5224894. OLE color: 5224894.

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

Color convert

RGB19018579-
CMYK00.030.580.25
HSL57.3º46.06%52.75%-
HSV(B)57.3º58.42%74.51%-
XYZ4046.2114.21-
YUV174.4174.16139.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 79 (31.25% from 255) = 17.40%
R=41.85%
G=40.75%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901857900.030.580.2557.346.0652.75
HexBEB94F033A19392e35
Octal276271117037231715665
Binary1011111010111001100111101111101011001111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB94F; }

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

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

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

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

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

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

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

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