#ABCD74

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

Shades of Caper #ABCD74

Tints of Caper #ABCD74

Color information

#ABCD74 (or 0xABCD74) is unknown color: approx Caper. HEX triplet: AB, CD and 74. RGB value is (171,205,116). Sum of RGB (Red+Green+Blue) = 171+205+116=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD74 is #54328B. Grayscale: #B9B9B9. Windows color (decimal): -5517964 or 7654827. OLE color: 7654827.

HSL color Cylindrical-coordinate representation of color #ABCD74: hue angle of 82.92º 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 #ABCD74 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB171205116-
CMYK0.1700.430.20
HSL82.92º47.09%62.94%-
HSV(B)82.92º43.41%80.39%-
XYZ41.7853.5824.66-
YUV184.6989.24118.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=34.76%
G=41.67%
B=23.58%

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
Decimal1712051160.1700.430.2082.9247.0962.94
HexABCD741102B14532f3f
Octal25331516421053241235777
Binary10101011110011011110100100010101011101001010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD74; }

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

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

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

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

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

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

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

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