#BEB75D

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

Shades of Olive Green #BEB75D

Tints of Olive Green #BEB75D

Color information

#BEB75D (or 0xBEB75D) is unknown color: approx Olive Green. HEX triplet: BE, B7 and 5D. RGB value is (190,183,93). Sum of RGB (Red+Green+Blue) = 190+183+93=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB75D is #4148A2. Grayscale: #AFAFAF. Windows color (decimal): -4278435 or 6141886. OLE color: 6141886.

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

Color convert

RGB19018393-
CMYK00.040.510.25
HSL55.67º42.73%55.49%-
HSV(B)55.67º51.05%74.51%-
XYZ40.1445.617.04-
YUV174.8381.82138.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=40.77%
G=39.27%
B=19.96%

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
Decimal1901839300.040.510.2555.6742.7355.49
HexBEB75D043319382b37
Octal276267135046331705367
Binary10111110101101111011101010011001111001111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB75D; }

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

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

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

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

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

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

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

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