#ABBF73

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

Shades of Caper #ABBF73

Tints of Caper #ABBF73

Color information

#ABBF73 (or 0xABBF73) is unknown color: approx Caper. HEX triplet: AB, BF and 73. RGB value is (171,191,115). Sum of RGB (Red+Green+Blue) = 171+191+115=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBF73 is #54408C. Grayscale: #B0B0B0. Windows color (decimal): -5521549 or 7585707. OLE color: 7585707.

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

Color convert

RGB171191115-
CMYK0.1000.400.25
HSL75.79º37.25%60%-
HSV(B)75.79º39.79%74.9%-
XYZ38.5247.1623.29-
YUV176.3693.37124.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=35.85%
G=40.04%
B=24.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911150.1000.400.2575.7937.2560
HexABBF73A028194c253c
Octal25327716312050311144574
Binary1010101110111111111001110100101000110011001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF73; }

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

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

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

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

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

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

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

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