#A4C396

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

Shades of Spring Rain #A4C396

Tints of Spring Rain #A4C396

Color information

#A4C396 (or 0xA4C396) is unknown color: approx Spring Rain. HEX triplet: A4, C3 and 96. RGB value is (164,195,150). Sum of RGB (Red+Green+Blue) = 164+195+150=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C396 is #5B3C69. Grayscale: #B4B4B4. Windows color (decimal): -5979242 or 9880484. OLE color: 9880484.

HSL color Cylindrical-coordinate representation of color #A4C396: hue angle of 101.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4C396 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB164195150-
CMYK0.1600.230.24
HSL101.33º27.27%67.65%-
HSV(B)101.33º23.08%76.47%-
XYZ40.3349.1236.21-
YUV180.6110.73116.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 195 (76.56% from 255) = 38.31%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=32.22%
G=38.31%
B=29.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641951500.1600.230.24101.3327.2767.65
HexA4C3961001718651b44
Octal244303226200273014533104
Binary10100100110000111001011010000010111110001100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C396; }

 p { color: rgb(164,195,150); }

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

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

 a { background-color: rgb(164,195,150); }

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

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

 span { border-color: rgb(164,195,150); }

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