Html Css Color HEX #ABA962 Olive Green

📋 copy color: '#ABA962'

red 171 ◦ green 169 ◦ blue 98

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

Shades of Olive Green #ABA962

Tints of Olive Green #ABA962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.58%

 BLUE value IS 98 (38.67% from 255) = 22.37%

R = 39.04%
G = 38.58%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#ABA962 (or 0xABA962) is known color: Olive Green. HEX triplet: AB, A9 and 62. RGB value is (171,169,98). Sum of RGB (Red+Green+Blue) = 171+169+98=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA962 is #54569D. Grayscale: #A1A1A1. Windows color (decimal): -5527198 or 6465963. OLE color: 6465963.

HSL color Cylindrical-coordinate representation of color #ABA962: hue angle of 58.36º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABA962 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 98 -
CMYK 0 0.01 0.43 0.33
HSL 58.36º 0.3% 0.53% -
HSV(B) 58.36º 0.43% 0.67% -
XYZ 33.19 37.92 17.12 -
YUV 161.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 171 169 98 0 0.01 0.43 0.33 58.36 0.3 0.53
Hex AB A9 62 0 1 2B 21 3A 1E 35
Octal 253 251 142 0 1 53 41 72 36 65
Binary 10101011 10101001 1100010 0 1 101011 100001 111010 11110 110101

Color Harmonies of #ABA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA962

Black with #ABA962

Text Example


Text Example

White with #ABA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA962; }

 p { color: rgb(171,169,98); }

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

background-color css

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

 a { background-color: rgb(171,169,98); }

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

border-color css

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

 span { border-color: rgb(171,169,98); }

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