#A4CB96

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

Shades of Spring Rain #A4CB96

Tints of Spring Rain #A4CB96

Color information

#A4CB96 (or 0xA4CB96) is unknown color: approx Spring Rain. HEX triplet: A4, CB and 96. RGB value is (164,203,150). Sum of RGB (Red+Green+Blue) = 164+203+150=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CB96 is #5B3469. Grayscale: #B9B9B9. Windows color (decimal): -5977194 or 9882532. OLE color: 9882532.

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

Color convert

RGB164203150-
CMYK0.1900.260.20
HSL104.15º33.76%69.22%-
HSV(B)104.15º26.11%79.61%-
XYZ42.1752.8136.82-
YUV185.3108.08112.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=31.72%
G=39.26%
B=29.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642031500.1900.260.20104.1533.7669.22
HexA4CB961301A14682245
Octal244313226230322415042105
Binary101001001100101110010110100110110101010011010001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB96; }

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

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

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

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

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

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

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

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