Html Css Color HEX #A3CA96 Spring Rain

📋 copy color: '#A3CA96'

red 163 ◦ green 202 ◦ blue 150

#A3CA96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #A3CA96

Tints of Spring Rain #A3CA96

RGB

 RED value IS 163 (64.06% from 255) = 31.65%

 GREEN value IS 202 (79.3% from 255) = 39.22%

 BLUE value IS 150 (58.98% from 255) = 29.13%

R = 31.65%
G = 39.22%
B = 29.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#A3CA96 (or 0xA3CA96) is known color: Spring Rain. HEX triplet: A3, CA and 96. RGB value is (163,202,150). Sum of RGB (Red+Green+Blue) = 163+202+150=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CA96 is #5C3569. Grayscale: #B8B8B8. Windows color (decimal): -6042986 or 9882275. OLE color: 9882275.

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

Color convert

RGB 163 202 150 -
CMYK 0.19 0 0.26 0.21
HSL 105º 0.33% 0.69% -
HSV(B) 105º 0.26% 0.79% -
XYZ 41.73 52.23 36.74 -
YUV 184.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 163 202 150 0.19 0 0.26 0.21 105 0.33 0.69
Hex A3 CA 96 13 0 1A 15 69 21 45
Octal 243 312 226 23 0 32 25 151 41 105
Binary 10100011 11001010 10010110 10011 0 11010 10101 1101001 100001 1000101

Color Harmonies of #A3CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CA96

Black with #A3CA96

Text Example


Text Example

White with #A3CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CA96; }

 p { color: rgb(163,202,150); }

 H1.HeaderClassName
 {
   color: #A3CA96;
 }
 .AnyTagClassName
 {
   color: #A3CA96;
 }
</style>

background-color css

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

 a { background-color: rgb(163,202,150); }

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

border-color css

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

 span { border-color: rgb(163,202,150); }

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