#BEBB55

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

Shades of Olive Green #BEBB55

Tints of Olive Green #BEBB55

Color information

#BEBB55 (or 0xBEBB55) is unknown color: approx Olive Green. HEX triplet: BE, BB and 55. RGB value is (190,187,85). Sum of RGB (Red+Green+Blue) = 190+187+85=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB55 is #4144AA. Grayscale: #B0B0B0. Windows color (decimal): -4277419 or 5618622. OLE color: 5618622.

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

Color convert

RGB19018785-
CMYK00.020.550.25
HSL58.29º44.68%53.92%-
HSV(B)58.29º55.26%74.51%-
XYZ40.6547.1415.55-
YUV176.2776.49137.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 85 (33.59% from 255) = 18.40%
R=41.13%
G=40.48%
B=18.40%

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
Decimal1901878500.020.550.2558.2944.6853.92
HexBEBB550237193a2d36
Octal276273125026731725566
Binary1011111010111011101010101011011111001111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB55; }

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

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

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

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

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

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

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

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