Html Css Color HEX #ABA862 Olive Green

📋 copy color: '#ABA862'

red 171 ◦ green 168 ◦ blue 98

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

Shades of Olive Green #ABA862

Tints of Olive Green #ABA862

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 39.13%
G = 38.44%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#ABA862 (or 0xABA862) is known color: Olive Green. HEX triplet: AB, A8 and 62. RGB value is (171,168,98). Sum of RGB (Red+Green+Blue) = 171+168+98=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA862 is #54579D. Grayscale: #A1A1A1. Windows color (decimal): -5527454 or 6465707. OLE color: 6465707.

HSL color Cylindrical-coordinate representation of color #ABA862: hue angle of 57.53º 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 #ABA862 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 98 -
CMYK 0 0.02 0.43 0.33
HSL 57.53º 0.3% 0.53% -
HSV(B) 57.53º 0.43% 0.67% -
XYZ 33 37.55 17.06 -
YUV 160.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 171 168 98 0 0.02 0.43 0.33 57.53 0.3 0.53
Hex AB A8 62 0 2 2B 21 3A 1E 35
Octal 253 250 142 0 2 53 41 72 36 65
Binary 10101011 10101000 1100010 0 10 101011 100001 111010 11110 110101

Color Harmonies of #ABA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA862

Black with #ABA862

Text Example


Text Example

White with #ABA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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