Html Css Color HEX #A2C196 Spring Rain

📋 copy color: '#A2C196'

red 162 ◦ green 193 ◦ blue 150

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

Shades of Spring Rain #A2C196

Tints of Spring Rain #A2C196

RGB

 RED value IS 162 (63.67% from 255) = 32.08%

 GREEN value IS 193 (75.78% from 255) = 38.22%

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

R = 32.08%
G = 38.22%
B = 29.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#A2C196 (or 0xA2C196) is known color: Spring Rain. HEX triplet: A2, C1 and 96. RGB value is (162,193,150). Sum of RGB (Red+Green+Blue) = 162+193+150=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C196 is #5D3E69. Grayscale: #B2B2B2. Windows color (decimal): -6110826 or 9879970. OLE color: 9879970.

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

Color convert

RGB 162 193 150 -
CMYK 0.16 0 0.22 0.24
HSL 103.26º 0.26% 0.67% -
HSV(B) 103.26º 0.22% 0.76% -
XYZ 39.48 48.02 36.04 -
YUV 178.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 162 193 150 0.16 0 0.22 0.24 103.26 0.26 0.67
Hex A2 C1 96 10 0 16 18 67 1A 43
Octal 242 301 226 20 0 26 30 147 32 103
Binary 10100010 11000001 10010110 10000 0 10110 11000 1100111 11010 1000011

Color Harmonies of #A2C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C196

Black with #A2C196

Text Example


Text Example

White with #A2C196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C196; }

 p { color: rgb(162,193,150); }

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

background-color css

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

 a { background-color: rgb(162,193,150); }

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

border-color css

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

 span { border-color: rgb(162,193,150); }

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