#ABCC98

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

Shades of Spring Rain #ABCC98

Tints of Spring Rain #ABCC98

Color information

#ABCC98 (or 0xABCC98) is unknown color: approx Spring Rain. HEX triplet: AB, CC and 98. RGB value is (171,204,152). Sum of RGB (Red+Green+Blue) = 171+204+152=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC98 is #543367. Grayscale: #BCBCBC. Windows color (decimal): -5518184 or 10013867. OLE color: 10013867.

HSL color Cylindrical-coordinate representation of color #ABCC98: hue angle of 98.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCC98 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB171204152-
CMYK0.1600.250.2
HSL98.08º33.77%69.8%-
HSV(B)98.08º25.49%80%-
XYZ44.0554.1137.83-
YUV188.2107.57115.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=32.45%
G=38.71%
B=28.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041520.1600.250.298.0833.7769.8
HexABCC981001914622246
Octal253314230200312414242106
Binary101010111100110010011000100000110011010011000101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC98; }

 p { color: rgb(171,204,152); }

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

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

 a { background-color: rgb(171,204,152); }

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

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

 span { border-color: rgb(171,204,152); }

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