#ABCA75

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

Shades of Caper #ABCA75

Tints of Caper #ABCA75

Color information

#ABCA75 (or 0xABCA75) is unknown color: approx Caper. HEX triplet: AB, CA and 75. RGB value is (171,202,117). Sum of RGB (Red+Green+Blue) = 171+202+117=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA75 is #54358A. Grayscale: #B7B7B7. Windows color (decimal): -5518731 or 7719595. OLE color: 7719595.

HSL color Cylindrical-coordinate representation of color #ABCA75: hue angle of 81.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABCA75 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB171202117-
CMYK0.1500.420.21
HSL81.88º44.5%62.55%-
HSV(B)81.88º42.08%79.22%-
XYZ41.1352.1824.73-
YUV183.0490.73119.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=34.90%
G=41.22%
B=23.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021170.1500.420.2181.8844.562.55
HexABCA75F02A15522d3f
Octal25331216517052251225577
Binary1010101111001010111010111110101010101011010010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA75; }

 p { color: rgb(171,202,117); }

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

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

 a { background-color: rgb(171,202,117); }

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

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

 span { border-color: rgb(171,202,117); }

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