#A4CBA2

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

Shades of Spring Rain #A4CBA2

Tints of Spring Rain #A4CBA2

Color information

#A4CBA2 (or 0xA4CBA2) is unknown color: approx Spring Rain. HEX triplet: A4, CB and A2. RGB value is (164,203,162). Sum of RGB (Red+Green+Blue) = 164+203+162=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CBA2 is #5B345D. Grayscale: #BABABA. Windows color (decimal): -5977182 or 10668964. OLE color: 10668964.

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

Color convert

RGB164203162-
CMYK0.1900.200.20
HSL117.07º28.28%71.57%-
HSV(B)117.07º20.2%79.61%-
XYZ43.1953.2142.18-
YUV186.66114.08111.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=31.00%
G=38.37%
B=30.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642031620.1900.200.20117.0728.2871.57
HexA4CBA21301414751c48
Octal244313242230242416534110
Binary10100100110010111010001010011010100101001110101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBA2; }

 p { color: rgb(164,203,162); }

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

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

 a { background-color: rgb(164,203,162); }

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

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

 span { border-color: rgb(164,203,162); }

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