#ABBA78

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

Shades of Caper #ABBA78

Tints of Caper #ABBA78

Color information

#ABBA78 (or 0xABBA78) is unknown color: approx Caper. HEX triplet: AB, BA and 78. RGB value is (171,186,120). Sum of RGB (Red+Green+Blue) = 171+186+120=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA78 is #544587. Grayscale: #AEAEAE. Windows color (decimal): -5522824 or 7912107. OLE color: 7912107.

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

Color convert

RGB171186120-
CMYK0.0800.350.27
HSL73.64º32.35%60%-
HSV(B)73.64º35.48%72.94%-
XYZ37.7445.1324.49-
YUV173.9997.53125.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=35.85%
G=38.99%
B=25.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861200.0800.350.2773.6432.3560
HexABBA7880231B4a203c
Octal25327217010043331124074
Binary1010101110111010111100010000100011110111001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA78; }

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

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

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

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

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

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

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

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