#B4AA53

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

Shades of Olive Green #B4AA53

Tints of Olive Green #B4AA53

Color information

#B4AA53 (or 0xB4AA53) is unknown color: approx Olive Green. HEX triplet: B4, AA and 53. RGB value is (180,170,83). Sum of RGB (Red+Green+Blue) = 180+170+83=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA53 is #4B55AC. Grayscale: #A3A3A3. Windows color (decimal): -4937133 or 5483188. OLE color: 5483188.

HSL color Cylindrical-coordinate representation of color #B4AA53: hue angle of 53.81º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4AA53 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18017083-
CMYK00.060.540.29
HSL53.81º39.27%51.57%-
HSV(B)53.81º53.89%70.59%-
XYZ34.7639.0813.89-
YUV163.0782.81140.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 83 (32.81% from 255) = 19.17%
R=41.57%
G=39.26%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801708300.060.540.2953.8139.2751.57
HexB4AA5306361D362734
Octal264252123066635664764
Binary10110100101010101010011011011011011101110110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA53; }

 p { color: rgb(180,170,83); }

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

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

 a { background-color: rgb(180,170,83); }

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

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

 span { border-color: rgb(180,170,83); }

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