Html Css Color HEX #ABAB64 Olive Green

📋 copy color: '#ABAB64'

red 171 ◦ green 171 ◦ blue 100

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

Shades of Olive Green #ABAB64

Tints of Olive Green #ABAB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

 BLUE value IS 100 (39.45% from 255) = 22.62%

R = 38.69%
G = 38.69%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#ABAB64 (or 0xABAB64) is known color: Olive Green. HEX triplet: AB, AB and 64. RGB value is (171,171,100). Sum of RGB (Red+Green+Blue) = 171+171+100=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB64 is #54549B. Grayscale: #A3A3A3. Windows color (decimal): -5526684 or 6597547. OLE color: 6597547.

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

Color convert

RGB 171 171 100 -
CMYK 0 0 0.42 0.33
HSL 60º 0.3% 0.53% -
HSV(B) 60º 0.42% 0.67% -
XYZ 33.66 38.7 17.75 -
YUV 162.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 171 171 100 0 0 0.42 0.33 60 0.3 0.53
Hex AB AB 64 0 0 2A 21 3C 1E 35
Octal 253 253 144 0 0 52 41 74 36 65
Binary 10101011 10101011 1100100 0 0 101010 100001 111100 11110 110101

Color Harmonies of #ABAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB64

Black with #ABAB64

Text Example


Text Example

White with #ABAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB64; }

 p { color: rgb(171,171,100); }

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

background-color css

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

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

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

border-color css

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

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

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