#ABCF99

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

Shades of Spring Rain #ABCF99

Tints of Spring Rain #ABCF99

Color information

#ABCF99 (or 0xABCF99) is unknown color: approx Spring Rain. HEX triplet: AB, CF and 99. RGB value is (171,207,153). Sum of RGB (Red+Green+Blue) = 171+207+153=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF99 is #543066. Grayscale: #BEBEBE. Windows color (decimal): -5517415 or 10080171. OLE color: 10080171.

HSL color Cylindrical-coordinate representation of color #ABCF99: hue angle of 100º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCF99 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB171207153-
CMYK0.1700.260.19
HSL100º36%70.59%-
HSV(B)100º26.09%81.18%-
XYZ44.8655.5838.5-
YUV190.08107.07114.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=32.20%
G=38.98%
B=28.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071530.1700.260.191003670.59
HexABCF991101A13642447
Octal253317231210322314444107
Binary101010111100111110011001100010110101001111001001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF99; }

 p { color: rgb(171,207,153); }

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

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

 a { background-color: rgb(171,207,153); }

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

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

 span { border-color: rgb(171,207,153); }

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