#ABC071

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

Shades of Caper #ABC071

Tints of Caper #ABC071

Color information

#ABC071 (or 0xABC071) is unknown color: approx Caper. HEX triplet: AB, C0 and 71. RGB value is (171,192,113). Sum of RGB (Red+Green+Blue) = 171+192+113=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC071 is #543F8E. Grayscale: #B1B1B1. Windows color (decimal): -5521295 or 7454891. OLE color: 7454891.

HSL color Cylindrical-coordinate representation of color #ABC071: hue angle of 75.95º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABC071 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB171192113-
CMYK0.1100.410.25
HSL75.95º38.54%59.8%-
HSV(B)75.95º41.15%75.29%-
XYZ38.6247.5522.77-
YUV176.7292.04123.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 192 (75.39% from 255) = 40.34%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=35.92%
G=40.34%
B=23.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921130.1100.410.2575.9538.5459.8
HexABC071B029194c273c
Octal25330016113051311144774
Binary1010101111000000111000110110101001110011001100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC071; }

 p { color: rgb(171,192,113); }

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

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

 a { background-color: rgb(171,192,113); }

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

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

 span { border-color: rgb(171,192,113); }

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