#BEB95A

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

Shades of Olive Green #BEB95A

Tints of Olive Green #BEB95A

Color information

#BEB95A (or 0xBEB95A) is unknown color: approx Olive Green. HEX triplet: BE, B9 and 5A. RGB value is (190,185,90). Sum of RGB (Red+Green+Blue) = 190+185+90=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB95A is #4146A5. Grayscale: #B0B0B0. Windows color (decimal): -4277926 or 5945790. OLE color: 5945790.

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

Color convert

RGB19018590-
CMYK00.030.530.25
HSL57º43.48%54.9%-
HSV(B)57º52.63%74.51%-
XYZ40.4346.3816.49-
YUV175.6679.66138.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 90 (35.55% from 255) = 19.35%
R=40.86%
G=39.78%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901859000.030.530.255743.4854.9
HexBEB95A033519392b37
Octal276271132036531715367
Binary1011111010111001101101001111010111001111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB95A; }

 p { color: rgb(190,185,90); }

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

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

 a { background-color: rgb(190,185,90); }

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

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

 span { border-color: rgb(190,185,90); }

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