#BEB558

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

Shades of Olive Green #BEB558

Tints of Olive Green #BEB558

Color information

#BEB558 (or 0xBEB558) is unknown color: approx Olive Green. HEX triplet: BE, B5 and 58. RGB value is (190,181,88). Sum of RGB (Red+Green+Blue) = 190+181+88=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB558 is #414AA7. Grayscale: #ADADAD. Windows color (decimal): -4278952 or 5813694. OLE color: 5813694.

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

Color convert

RGB19018188-
CMYK00.050.540.25
HSL54.71º43.97%54.51%-
HSV(B)54.71º53.68%74.51%-
XYZ39.5244.715.78-
YUV173.0979.98140.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 88 (34.77% from 255) = 19.17%
R=41.39%
G=39.43%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901818800.050.540.2554.7143.9754.51
HexBEB558053619372c37
Octal276265130056631675467
Binary10111110101101011011000010111011011001110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB558; }

 p { color: rgb(190,181,88); }

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

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

 a { background-color: rgb(190,181,88); }

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

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

 span { border-color: rgb(190,181,88); }

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