Html Css Color HEX #ABA553 Olive Green

📋 copy color: '#ABA553'

red 171 ◦ green 165 ◦ blue 83

#ABA553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #ABA553

Tints of Olive Green #ABA553

RGB

 RED value IS 171 (67.19% from 255) = 40.81%

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 83 (32.81% from 255) = 19.81%

R = 40.81%
G = 39.38%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#ABA553 (or 0xABA553) is known color: Olive Green. HEX triplet: AB, A5 and 53. RGB value is (171,165,83). Sum of RGB (Red+Green+Blue) = 171+165+83=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA553 is #545AAC. Grayscale: #9D9D9D. Windows color (decimal): -5528237 or 5481899. OLE color: 5481899.

HSL color Cylindrical-coordinate representation of color #ABA553: hue angle of 55.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABA553 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 83 -
CMYK 0 0.04 0.51 0.33
HSL 55.91º 0.35% 0.5% -
HSV(B) 55.91º 0.51% 0.67% -
XYZ 31.81 36.19 13.49 -
YUV 157.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 171 165 83 0 0.04 0.51 0.33 55.91 0.35 0.5
Hex AB A5 53 0 4 33 21 38 23 32
Octal 253 245 123 0 4 63 41 70 43 62
Binary 10101011 10100101 1010011 0 100 110011 100001 111000 100011 110010

Color Harmonies of #ABA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA553

Black with #ABA553

Text Example


Text Example

White with #ABA553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA553; }

 p { color: rgb(171,165,83); }

 H1.HeaderClassName
 {
   color: #ABA553;
 }
 .AnyTagClassName
 {
   color: #ABA553;
 }
</style>

background-color css

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

 a { background-color: rgb(171,165,83); }

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

border-color css

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

 span { border-color: rgb(171,165,83); }

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