#ABBC73

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

Shades of Caper #ABBC73

Tints of Caper #ABBC73

Color information

#ABBC73 (or 0xABBC73) is unknown color: approx Caper. HEX triplet: AB, BC and 73. RGB value is (171,188,115). Sum of RGB (Red+Green+Blue) = 171+188+115=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC73 is #54438C. Grayscale: #AEAEAE. Windows color (decimal): -5522317 or 7584939. OLE color: 7584939.

HSL color Cylindrical-coordinate representation of color #ABBC73: hue angle of 73.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABBC73 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB171188115-
CMYK0.0900.390.26
HSL73.97º35.27%59.41%-
HSV(B)73.97º38.83%73.73%-
XYZ37.8745.8623.08-
YUV174.694.37125.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 188 (73.83% from 255) = 39.66%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=36.08%
G=39.66%
B=24.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881150.0900.390.2673.9735.2759.41
HexABBC7390271A4a233b
Octal25327416311047321124373
Binary1010101110111100111001110010100111110101001010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC73; }

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

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

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

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

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

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

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

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