#BEB352

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

Shades of Olive Green #BEB352

Tints of Olive Green #BEB352

Color information

#BEB352 (or 0xBEB352) is unknown color: approx Olive Green. HEX triplet: BE, B3 and 52. RGB value is (190,179,82). Sum of RGB (Red+Green+Blue) = 190+179+82=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB352 is #414CAD. Grayscale: #ABABAB. Windows color (decimal): -4279470 or 5419966. OLE color: 5419966.

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

Color convert

RGB19017982-
CMYK00.060.570.25
HSL53.89º45.38%53.33%-
HSV(B)53.89º56.84%74.51%-
XYZ38.8843.814.39-
YUV171.2377.64141.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 82 (32.42% from 255) = 18.18%
R=42.13%
G=39.69%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901798200.060.570.2553.8945.3853.33
HexBEB352063919362d35
Octal276263122067131665565
Binary10111110101100111010010011011100111001110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB352; }

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

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

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

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

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

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

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

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