#ABBA72

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

Shades of Caper #ABBA72

Tints of Caper #ABBA72

Color information

#ABBA72 (or 0xABBA72) is unknown color: approx Caper. HEX triplet: AB, BA and 72. RGB value is (171,186,114). Sum of RGB (Red+Green+Blue) = 171+186+114=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA72 is #54458D. Grayscale: #ADADAD. Windows color (decimal): -5522830 or 7518891. OLE color: 7518891.

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

Color convert

RGB171186114-
CMYK0.0800.390.27
HSL72.5º34.29%58.82%-
HSV(B)72.5º38.71%72.94%-
XYZ37.3944.9922.63-
YUV173.3194.53126.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=36.31%
G=39.49%
B=24.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861140.0800.390.2772.534.2958.82
HexABBA7280271B48223b
Octal25327216210047331104273
Binary1010101110111010111001010000100111110111001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA72; }

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

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

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

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

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

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

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

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