#BEB85D

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

Shades of Olive Green #BEB85D

Tints of Olive Green #BEB85D

Color information

#BEB85D (or 0xBEB85D) is unknown color: approx Olive Green. HEX triplet: BE, B8 and 5D. RGB value is (190,184,93). Sum of RGB (Red+Green+Blue) = 190+184+93=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB85D is #4147A2. Grayscale: #AFAFAF. Windows color (decimal): -4278179 or 6142142. OLE color: 6142142.

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

Color convert

RGB19018493-
CMYK00.030.510.25
HSL56.29º42.73%55.49%-
HSV(B)56.29º51.05%74.51%-
XYZ40.3546.0217.11-
YUV175.4281.49138.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=40.69%
G=39.40%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901849300.030.510.2556.2942.7355.49
HexBEB85D033319382b37
Octal276270135036331705367
Binary1011111010111000101110101111001111001111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB85D; }

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

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

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

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

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

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

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

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