#ABBA70

Color #ABBA70 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ABBA70

Tints of Caper #ABBA70

Color information

#ABBA70 (or 0xABBA70) is unknown color: approx Caper. HEX triplet: AB, BA and 70. RGB value is (171,186,112). Sum of RGB (Red+Green+Blue) = 171+186+112=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA70 is #54458F. Grayscale: #ADADAD. Windows color (decimal): -5522832 or 7387819. OLE color: 7387819.

HSL color Cylindrical-coordinate representation of color #ABBA70: hue angle of 72.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABBA70 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB171186112-
CMYK0.0800.400.27
HSL72.16º34.91%58.43%-
HSV(B)72.16º39.78%72.94%-
XYZ37.2844.9522.04-
YUV173.0893.53126.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=36.46%
G=39.66%
B=23.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861120.0800.400.2772.1634.9158.43
HexABBA7080281B48233a
Octal25327216010050331104372
Binary1010101110111010111000010000101000110111001000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA70; }

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

 H1.HeaderClassName
 {
   color: #ABBA70;
 }
 .AnyTagClassName
 {
   color: #ABBA70;
 }
</style>
background-color css

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

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

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

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

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

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