#ABC872

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

Shades of Caper #ABC872

Tints of Caper #ABC872

Color information

#ABC872 (or 0xABC872) is unknown color: approx Caper. HEX triplet: AB, C8 and 72. RGB value is (171,200,114). Sum of RGB (Red+Green+Blue) = 171+200+114=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC872 is #54378D. Grayscale: #B5B5B5. Windows color (decimal): -5519246 or 7522475. OLE color: 7522475.

HSL color Cylindrical-coordinate representation of color #ABC872: hue angle of 80.23º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABC872 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB171200114-
CMYK0.1400.430.22
HSL80.23º43.88%61.57%-
HSV(B)80.23º43%78.43%-
XYZ40.4951.1823.66-
YUV181.5289.89120.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=35.26%
G=41.24%
B=23.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001140.1400.430.2280.2343.8861.57
HexABC872E02B16502c3e
Octal25331016216053261205476
Binary1010101111001000111001011100101011101101010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC872; }

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

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

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

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

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

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

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

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