#ABCB98

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

Shades of Spring Rain #ABCB98

Tints of Spring Rain #ABCB98

Color information

#ABCB98 (or 0xABCB98) is unknown color: approx Spring Rain. HEX triplet: AB, CB and 98. RGB value is (171,203,152). Sum of RGB (Red+Green+Blue) = 171+203+152=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB98 is #543467. Grayscale: #BBBBBB. Windows color (decimal): -5518440 or 10013611. OLE color: 10013611.

HSL color Cylindrical-coordinate representation of color #ABCB98: hue angle of 97.65º degrees, saturation: 0.33, 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 #ABCB98 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB171203152-
CMYK0.1600.250.20
HSL97.65º32.9%69.61%-
HSV(B)97.65º25.12%79.61%-
XYZ43.8253.6437.75-
YUV187.62107.9116.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=32.51%
G=38.59%
B=28.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031520.1600.250.2097.6532.969.61
HexABCB981001914622146
Octal253313230200312414241106
Binary101010111100101110011000100000110011010011000101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB98; }

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

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

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

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

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

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

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

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