#BEB552

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

Shades of Olive Green #BEB552

Tints of Olive Green #BEB552

Color information

#BEB552 (or 0xBEB552) is unknown color: approx Olive Green. HEX triplet: BE, B5 and 52. RGB value is (190,181,82). Sum of RGB (Red+Green+Blue) = 190+181+82=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB552 is #414AAD. Grayscale: #ACACAC. Windows color (decimal): -4278958 or 5420478. OLE color: 5420478.

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

Color convert

RGB19018182-
CMYK00.050.570.25
HSL55º45.38%53.33%-
HSV(B)55º56.84%74.51%-
XYZ39.2844.614.52-
YUV172.476.98140.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=41.94%
G=39.96%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901818200.050.570.255545.3853.33
HexBEB552053919372d35
Octal276265122057131675565
Binary10111110101101011010010010111100111001110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB552; }

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

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

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

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

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

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

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

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