#abcd75

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

Shades of Caper #ABCD75

Tints of Caper #ABCD75

Color information

#ABCD75 (or 0xABCD75) is unknown color: approx Caper. HEX triplet: AB, CD and 75. RGB value is (171,205,117). Sum of RGB (Red+Green+Blue) = 171+205+117=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD75 is #54328A. Grayscale: #B9B9B9. Windows color (decimal): -5517963 or 7720363. OLE color: 7720363.

HSL color Cylindrical-coordinate representation of color #ABCD75: hue angle of 83.18º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABCD75 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB171205117-
CMYK0.1700.430.20
HSL83.18º46.81%63.14%-
HSV(B)83.18º42.93%80.39%-
XYZ41.8453.624.97-
YUV184.889.74118.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=34.69%
G=41.58%
B=23.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051170.1700.430.2083.1846.8163.14
HexABCD751102B14532f3f
Octal25331516521053241235777
Binary10101011110011011110101100010101011101001010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abcd75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abcd75; }

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

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

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

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

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

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

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

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