Html Css Color HEX #A1BC94 Spring Rain

📋 copy color: '#A1BC94'

red 161 ◦ green 188 ◦ blue 148

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

Shades of Spring Rain #A1BC94

Tints of Spring Rain #A1BC94

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 32.39%
G = 37.83%
B = 29.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#A1BC94 (or 0xA1BC94) is known color: Spring Rain. HEX triplet: A1, BC and 94. RGB value is (161,188,148). Sum of RGB (Red+Green+Blue) = 161+188+148=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC94 is #5E436B. Grayscale: #AFAFAF. Windows color (decimal): -6177644 or 9747617. OLE color: 9747617.

HSL color Cylindrical-coordinate representation of color #A1BC94: hue angle of 100.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1BC94 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 148 -
CMYK 0.14 0 0.21 0.26
HSL 100.5º 0.23% 0.66% -
HSV(B) 100.5º 0.21% 0.74% -
XYZ 38.03 45.68 34.83 -
YUV 175.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 161 188 148 0.14 0 0.21 0.26 100.5 0.23 0.66
Hex A1 BC 94 E 0 15 1A 64 17 42
Octal 241 274 224 16 0 25 32 144 27 102
Binary 10100001 10111100 10010100 1110 0 10101 11010 1100100 10111 1000010

Color Harmonies of #A1BC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC94

Black with #A1BC94

Text Example


Text Example

White with #A1BC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC94; }

 p { color: rgb(161,188,148); }

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

background-color css

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

 a { background-color: rgb(161,188,148); }

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

border-color css

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

 span { border-color: rgb(161,188,148); }

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