#BEBA55

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

Shades of Olive Green #BEBA55

Tints of Olive Green #BEBA55

Color information

#BEBA55 (or 0xBEBA55) is unknown color: approx Olive Green. HEX triplet: BE, BA and 55. RGB value is (190,186,85). Sum of RGB (Red+Green+Blue) = 190+186+85=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA55 is #4145AA. Grayscale: #B0B0B0. Windows color (decimal): -4277675 or 5618366. OLE color: 5618366.

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

Color convert

RGB19018685-
CMYK00.020.550.25
HSL57.71º44.68%53.92%-
HSV(B)57.71º55.26%74.51%-
XYZ40.4346.7215.48-
YUV175.6876.83138.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=41.21%
G=40.35%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901868500.020.550.2557.7144.6853.92
HexBEBA550237193a2d36
Octal276272125026731725566
Binary1011111010111010101010101011011111001111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA55; }

 p { color: rgb(190,186,85); }

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

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

 a { background-color: rgb(190,186,85); }

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

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

 span { border-color: rgb(190,186,85); }

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