Html Css Color HEX #ABAA66 Olive Green

📋 copy color: '#ABAA66'

red 171 ◦ green 170 ◦ blue 102

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

Shades of Olive Green #ABAA66

Tints of Olive Green #ABAA66

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.37%

 BLUE value IS 102 (40.23% from 255) = 23.02%

R = 38.6%
G = 38.37%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ABAA66 (or 0xABAA66) is known color: Olive Green. HEX triplet: AB, AA and 66. RGB value is (171,170,102). Sum of RGB (Red+Green+Blue) = 171+170+102=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA66 is #545599. Grayscale: #A2A2A2. Windows color (decimal): -5526938 or 6728363. OLE color: 6728363.

HSL color Cylindrical-coordinate representation of color #ABAA66: hue angle of 59.13º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABAA66 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 102 -
CMYK 0 0.01 0.40 0.33
HSL 59.13º 0.29% 0.54% -
HSV(B) 59.13º 0.4% 0.67% -
XYZ 33.57 38.37 18.21 -
YUV 162.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 171 170 102 0 0.01 0.40 0.33 59.13 0.29 0.54
Hex AB AA 66 0 1 28 21 3B 1D 36
Octal 253 252 146 0 1 50 41 73 35 66
Binary 10101011 10101010 1100110 0 1 101000 100001 111011 11101 110110

Color Harmonies of #ABAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA66

Black with #ABAA66

Text Example


Text Example

White with #ABAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA66; }

 p { color: rgb(171,170,102); }

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

background-color css

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

 a { background-color: rgb(171,170,102); }

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

border-color css

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

 span { border-color: rgb(171,170,102); }

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