#BEB757

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

Shades of Olive Green #BEB757

Tints of Olive Green #BEB757

Color information

#BEB757 (or 0xBEB757) is unknown color: approx Olive Green. HEX triplet: BE, B7 and 57. RGB value is (190,183,87). Sum of RGB (Red+Green+Blue) = 190+183+87=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB757 is #4148A8. Grayscale: #AEAEAE. Windows color (decimal): -4278441 or 5748670. OLE color: 5748670.

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

Color convert

RGB19018387-
CMYK00.040.540.25
HSL55.92º44.21%54.31%-
HSV(B)55.92º54.21%74.51%-
XYZ39.8945.515.7-
YUV174.1578.82139.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 183 (71.88% from 255) = 39.78%
BLUE value IS 87 (34.38% from 255) = 18.91%
R=41.30%
G=39.78%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901838700.040.540.2555.9244.2154.31
HexBEB757043619382c36
Octal276267127046631705466
Binary10111110101101111010111010011011011001111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB757; }

 p { color: rgb(190,183,87); }

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

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

 a { background-color: rgb(190,183,87); }

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

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

 span { border-color: rgb(190,183,87); }

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