#A4CB9C

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

Shades of Spring Rain #A4CB9C

Tints of Spring Rain #A4CB9C

Color information

#A4CB9C (or 0xA4CB9C) is unknown color: approx Spring Rain. HEX triplet: A4, CB and 9C. RGB value is (164,203,156). Sum of RGB (Red+Green+Blue) = 164+203+156=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CB9C is #5B3463. Grayscale: #BABABA. Windows color (decimal): -5977188 or 10275748. OLE color: 10275748.

HSL color Cylindrical-coordinate representation of color #A4CB9C: hue angle of 109.79º 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 #A4CB9C is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB164203156-
CMYK0.1900.230.20
HSL109.79º31.13%70.39%-
HSV(B)109.79º23.15%79.61%-
XYZ42.675339.43-
YUV185.98111.08112.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=31.36%
G=38.81%
B=29.83%

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
Decimal1642031560.1900.230.20109.7931.1370.39
HexA4CB9C13017146e1f46
Octal244313234230272415637106
Binary10100100110010111001110010011010111101001101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB9C; }

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

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

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

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

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

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

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

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