#ABBF78

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

Shades of Caper #ABBF78

Tints of Caper #ABBF78

Color information

#ABBF78 (or 0xABBF78) is unknown color: approx Caper. HEX triplet: AB, BF and 78. RGB value is (171,191,120). Sum of RGB (Red+Green+Blue) = 171+191+120=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBF78 is #544087. Grayscale: #B1B1B1. Windows color (decimal): -5521544 or 7913387. OLE color: 7913387.

HSL color Cylindrical-coordinate representation of color #ABBF78: hue angle of 76.9º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABBF78 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB171191120-
CMYK0.1000.370.25
HSL76.9º35.68%60.98%-
HSV(B)76.9º37.17%74.9%-
XYZ38.8247.2824.85-
YUV176.9395.87123.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=35.48%
G=39.63%
B=24.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911200.1000.370.2576.935.6860.98
HexABBF78A025194d243d
Octal25327717012045311154475
Binary1010101110111111111100010100100101110011001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF78; }

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

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

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

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

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

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

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

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