#BEB356

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

Shades of Olive Green #BEB356

Tints of Olive Green #BEB356

Color information

#BEB356 (or 0xBEB356) is unknown color: approx Olive Green. HEX triplet: BE, B3 and 56. RGB value is (190,179,86). Sum of RGB (Red+Green+Blue) = 190+179+86=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB356 is #414CA9. Grayscale: #ACACAC. Windows color (decimal): -4279466 or 5682110. OLE color: 5682110.

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

Color convert

RGB19017986-
CMYK00.060.550.25
HSL53.65º44.44%54.12%-
HSV(B)53.65º54.74%74.51%-
XYZ39.0443.8615.21-
YUV171.6979.64141.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 86 (33.98% from 255) = 18.90%
R=41.76%
G=39.34%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901798600.060.550.2553.6544.4454.12
HexBEB356063719362c36
Octal276263126066731665466
Binary10111110101100111010110011011011111001110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB356; }

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

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

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

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

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

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

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

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