#BEB655

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

Shades of Olive Green #BEB655

Tints of Olive Green #BEB655

Color information

#BEB655 (or 0xBEB655) is unknown color: approx Olive Green. HEX triplet: BE, B6 and 55. RGB value is (190,182,85). Sum of RGB (Red+Green+Blue) = 190+182+85=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB655 is #4149AA. Grayscale: #ADADAD. Windows color (decimal): -4278699 or 5617342. OLE color: 5617342.

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

Color convert

RGB19018285-
CMYK00.040.550.25
HSL55.43º44.68%53.92%-
HSV(B)55.43º55.26%74.51%-
XYZ39.645.0615.2-
YUV173.3378.15139.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=41.58%
G=39.82%
B=18.60%

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
Decimal1901828500.040.550.2555.4344.6853.92
HexBEB655043719372d36
Octal276266125046731675566
Binary10111110101101101010101010011011111001110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB655; }

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

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

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

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

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

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

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

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