#BEB856

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

Shades of Olive Green #BEB856

Tints of Olive Green #BEB856

Color information

#BEB856 (or 0xBEB856) is unknown color: approx Olive Green. HEX triplet: BE, B8 and 56. RGB value is (190,184,86). Sum of RGB (Red+Green+Blue) = 190+184+86=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB856 is #4147A9. Grayscale: #AFAFAF. Windows color (decimal): -4278186 or 5683390. OLE color: 5683390.

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

Color convert

RGB19018486-
CMYK00.030.550.25
HSL56.54º44.44%54.12%-
HSV(B)56.54º54.74%74.51%-
XYZ40.0645.915.55-
YUV174.6277.99138.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 18.70%
R=41.30%
G=40%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901848600.030.550.2556.5444.4454.12
HexBEB856033719392c36
Octal276270126036731715466
Binary1011111010111000101011001111011111001111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB856; }

 p { color: rgb(190,184,86); }

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

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

 a { background-color: rgb(190,184,86); }

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

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

 span { border-color: rgb(190,184,86); }

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