Html Css Color HEX #ABAB66 Olive Green

📋 copy color: '#ABAB66'

red 171 ◦ green 171 ◦ blue 102

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

Shades of Olive Green #ABAB66

Tints of Olive Green #ABAB66

RGB

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

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

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

R = 38.51%
G = 38.51%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ABAB66 (or 0xABAB66) is known color: Olive Green. HEX triplet: AB, AB and 66. RGB value is (171,171,102). Sum of RGB (Red+Green+Blue) = 171+171+102=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB66 is #545499. Grayscale: #A3A3A3. Windows color (decimal): -5526682 or 6728619. OLE color: 6728619.

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

Color convert

RGB 171 171 102 -
CMYK 0 0 0.40 0.33
HSL 60º 0.29% 0.54% -
HSV(B) 60º 0.4% 0.67% -
XYZ 33.76 38.74 18.27 -
YUV 163.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 171 171 102 0 0 0.40 0.33 60 0.29 0.54
Hex AB AB 66 0 0 28 21 3C 1D 36
Octal 253 253 146 0 0 50 41 74 35 66
Binary 10101011 10101011 1100110 0 0 101000 100001 111100 11101 110110

Color Harmonies of #ABAB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB66

Black with #ABAB66

Text Example


Text Example

White with #ABAB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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