#BEB952

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

Shades of Olive Green #BEB952

Tints of Olive Green #BEB952

Color information

#BEB952 (or 0xBEB952) is unknown color: approx Olive Green. HEX triplet: BE, B9 and 52. RGB value is (190,185,82). Sum of RGB (Red+Green+Blue) = 190+185+82=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB952 is #4146AD. Grayscale: #AFAFAF. Windows color (decimal): -4277934 or 5421502. OLE color: 5421502.

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

Color convert

RGB19018582-
CMYK00.030.570.25
HSL57.22º45.38%53.33%-
HSV(B)57.22º56.84%74.51%-
XYZ40.1146.2514.8-
YUV174.7575.66138.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 82 (32.42% from 255) = 17.94%
R=41.58%
G=40.48%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901858200.030.570.2557.2245.3853.33
HexBEB952033919392d35
Octal276271122037131715565
Binary1011111010111001101001001111100111001111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB952; }

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

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

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

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

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

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

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

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