#BEB755

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

Shades of Olive Green #BEB755

Tints of Olive Green #BEB755

Color information

#BEB755 (or 0xBEB755) is unknown color: approx Olive Green. HEX triplet: BE, B7 and 55. RGB value is (190,183,85). Sum of RGB (Red+Green+Blue) = 190+183+85=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB755 is #4148AA. Grayscale: #AEAEAE. Windows color (decimal): -4278443 or 5617598. OLE color: 5617598.

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

Color convert

RGB19018385-
CMYK00.040.550.25
HSL56º44.68%53.92%-
HSV(B)56º55.26%74.51%-
XYZ39.8145.4715.27-
YUV173.9277.82139.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 85 (33.59% from 255) = 18.56%
R=41.48%
G=39.96%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901838500.040.550.255644.6853.92
HexBEB755043719382d36
Octal276267125046731705566
Binary10111110101101111010101010011011111001111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB755; }

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

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

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

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

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

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

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

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