#ABC699

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

Shades of Spring Rain #ABC699

Tints of Spring Rain #ABC699

Color information

#ABC699 (or 0xABC699) is unknown color: approx Spring Rain. HEX triplet: AB, C6 and 99. RGB value is (171,198,153). Sum of RGB (Red+Green+Blue) = 171+198+153=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC699 is #543966. Grayscale: #B8B8B8. Windows color (decimal): -5519719 or 10077867. OLE color: 10077867.

HSL color Cylindrical-coordinate representation of color #ABC699: hue angle of 96º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC699 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB171198153-
CMYK0.1400.230.22
HSL96º28.3%68.82%-
HSV(B)96º22.73%77.65%-
XYZ42.7451.3537.8-
YUV184.8110.05118.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 198 (77.73% from 255) = 37.93%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=32.76%
G=37.93%
B=29.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981530.1400.230.229628.368.82
HexABC699E01716601c45
Octal253306231160272614034105
Binary1010101111000110100110011110010111101101100000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC699; }

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

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

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

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

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

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

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

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