#ABCB9B

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

Shades of Spring Rain #ABCB9B

Tints of Spring Rain #ABCB9B

Color information

#ABCB9B (or 0xABCB9B) is unknown color: approx Spring Rain. HEX triplet: AB, CB and 9B. RGB value is (171,203,155). Sum of RGB (Red+Green+Blue) = 171+203+155=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB9B is #543464. Grayscale: #BCBCBC. Windows color (decimal): -5518437 or 10210219. OLE color: 10210219.

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

Color convert

RGB171203155-
CMYK0.1600.240.20
HSL100º31.58%70.2%-
HSV(B)100º23.65%79.61%-
XYZ44.0753.7439.06-
YUV187.96109.4115.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=32.33%
G=38.37%
B=29.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031550.1600.240.2010031.5870.2
HexABCB9B1001814642046
Octal253313233200302414440106
Binary101010111100101110011011100000110001010011001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB9B; }

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

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

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

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

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

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

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

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