#A4CB95

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

Shades of Spring Rain #A4CB95

Tints of Spring Rain #A4CB95

Color information

#A4CB95 (or 0xA4CB95) is unknown color: approx Spring Rain. HEX triplet: A4, CB and 95. RGB value is (164,203,149). Sum of RGB (Red+Green+Blue) = 164+203+149=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CB95 is #5B346A. Grayscale: #B9B9B9. Windows color (decimal): -5977195 or 9816996. OLE color: 9816996.

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

Color convert

RGB164203149-
CMYK0.1900.270.20
HSL103.33º34.18%69.02%-
HSV(B)103.33º26.6%79.61%-
XYZ42.0952.7736.4-
YUV185.18107.58112.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 203 (79.69% from 255) = 39.34%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=31.78%
G=39.34%
B=28.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642031490.1900.270.20103.3334.1869.02
HexA4CB951301B14672245
Octal244313225230332414742105
Binary101001001100101110010101100110110111010011001111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB95; }

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

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

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

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

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

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

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

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