#A5CB9C

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

Shades of Spring Rain #A5CB9C

Tints of Spring Rain #A5CB9C

Color information

#A5CB9C (or 0xA5CB9C) is unknown color: approx Spring Rain. HEX triplet: A5, CB and 9C. RGB value is (165,203,156). Sum of RGB (Red+Green+Blue) = 165+203+156=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB9C is #5A3463. Grayscale: #BABABA. Windows color (decimal): -5911652 or 10275749. OLE color: 10275749.

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

Color convert

RGB165203156-
CMYK0.1900.230.20
HSL108.51º31.13%70.39%-
HSV(B)108.51º23.15%79.61%-
XYZ42.8753.1139.44-
YUV186.28110.91112.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 156 (61.33% from 255) = 29.77%
R=31.49%
G=38.74%
B=29.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031560.1900.230.20108.5131.1370.39
HexA5CB9C13017146d1f46
Octal245313234230272415537106
Binary10100101110010111001110010011010111101001101101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CB9C; }

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

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

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

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

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

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

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

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