#A5CB9F

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

Shades of Spring Rain #A5CB9F

Tints of Spring Rain #A5CB9F

Color information

#A5CB9F (or 0xA5CB9F) is unknown color: approx Spring Rain. HEX triplet: A5, CB and 9F. RGB value is (165,203,159). Sum of RGB (Red+Green+Blue) = 165+203+159=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB9F is #5A3460. Grayscale: #BABABA. Windows color (decimal): -5911649 or 10472357. OLE color: 10472357.

HSL color Cylindrical-coordinate representation of color #A5CB9F: hue angle of 111.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5CB9F is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB165203159-
CMYK0.1900.220.20
HSL111.82º29.73%70.98%-
HSV(B)111.82º21.67%79.61%-
XYZ43.1353.2140.8-
YUV186.62112.41112.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=31.31%
G=38.52%
B=30.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031590.1900.220.20111.8229.7370.98
HexA5CB9F1301614701e47
Octal245313237230262416036107
Binary10100101110010111001111110011010110101001110000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CB9F; }

 p { color: rgb(165,203,159); }

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

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

 a { background-color: rgb(165,203,159); }

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

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

 span { border-color: rgb(165,203,159); }

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