Html Css Color HEX #A1CB96 Spring Rain

📋 copy color: '#A1CB96'

red 161 ◦ green 203 ◦ blue 150

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

Shades of Spring Rain #A1CB96

Tints of Spring Rain #A1CB96

RGB

 RED value IS 161 (63.28% from 255) = 31.32%

 GREEN value IS 203 (79.69% from 255) = 39.49%

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

R = 31.32%
G = 39.49%
B = 29.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#A1CB96 (or 0xA1CB96) is known color: Spring Rain. HEX triplet: A1, CB and 96. RGB value is (161,203,150). Sum of RGB (Red+Green+Blue) = 161+203+150=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CB96 is #5E3469. Grayscale: #B8B8B8. Windows color (decimal): -6173802 or 9882529. OLE color: 9882529.

HSL color Cylindrical-coordinate representation of color #A1CB96: hue angle of 107.55º 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 #A1CB96 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 203 150 -
CMYK 0.21 0 0.26 0.20
HSL 107.55º 0.34% 0.69% -
HSV(B) 107.55º 0.26% 0.8% -
XYZ 41.56 52.49 36.8 -
YUV 184.4 108.59 111.31 -
System Red Green Blue C M Y K H S L
Decimal 161 203 150 0.21 0 0.26 0.20 107.55 0.34 0.69
Hex A1 CB 96 15 0 1A 14 6C 22 45
Octal 241 313 226 25 0 32 24 154 42 105
Binary 10100001 11001011 10010110 10101 0 11010 10100 1101100 100010 1000101

Color Harmonies of #A1CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB96

Black with #A1CB96

Text Example


Text Example

White with #A1CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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