#BEB75E

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

Shades of Olive Green #BEB75E

Tints of Olive Green #BEB75E

Color information

#BEB75E (or 0xBEB75E) is unknown color: approx Olive Green. HEX triplet: BE, B7 and 5E. RGB value is (190,183,94). Sum of RGB (Red+Green+Blue) = 190+183+94=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB75E is #4148A1. Grayscale: #AFAFAF. Windows color (decimal): -4278434 or 6207422. OLE color: 6207422.

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

Color convert

RGB19018394-
CMYK00.040.510.25
HSL55.62º42.48%55.69%-
HSV(B)55.62º50.53%74.51%-
XYZ40.1945.6217.28-
YUV174.9582.32138.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=40.69%
G=39.19%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901839400.040.510.2555.6242.4855.69
HexBEB75E043319382a38
Octal276267136046331705270
Binary10111110101101111011110010011001111001111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB75E; }

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

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

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

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

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

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

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

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