Html Css Color HEX #ABBA66 Olive Green

📋 copy color: '#ABBA66'

red 171 ◦ green 186 ◦ blue 102

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

Shades of Olive Green #ABBA66

Tints of Olive Green #ABBA66

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

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

R = 37.25%
G = 40.52%
B = 22.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#ABBA66 (or 0xABBA66) is known color: Olive Green. HEX triplet: AB, BA and 66. RGB value is (171,186,102). Sum of RGB (Red+Green+Blue) = 171+186+102=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA66 is #544599. Grayscale: #ACACAC. Windows color (decimal): -5522842 or 6732459. OLE color: 6732459.

HSL color Cylindrical-coordinate representation of color #ABBA66: hue angle of 70.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABBA66 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 102 -
CMYK 0.08 0 0.45 0.27
HSL 70.71º 0.38% 0.56% -
HSV(B) 70.71º 0.45% 0.73% -
XYZ 36.75 44.74 19.27 -
YUV 171.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 171 186 102 0.08 0 0.45 0.27 70.71 0.38 0.56
Hex AB BA 66 8 0 2D 1B 47 26 38
Octal 253 272 146 10 0 55 33 107 46 70
Binary 10101011 10111010 1100110 1000 0 101101 11011 1000111 100110 111000

Color Harmonies of #ABBA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA66

Black with #ABBA66

Text Example


Text Example

White with #ABBA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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