Html Css Color HEX #A8C49B Spring Rain

📋 copy color: '#A8C49B'

red 168 ◦ green 196 ◦ blue 155

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

Shades of Spring Rain #A8C49B

Tints of Spring Rain #A8C49B

RGB

 RED value IS 168 (66.02% from 255) = 32.37%

 GREEN value IS 196 (76.95% from 255) = 37.76%

 BLUE value IS 155 (60.94% from 255) = 29.87%

R = 32.37%
G = 37.76%
B = 29.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#A8C49B (or 0xA8C49B) is known color: Spring Rain. HEX triplet: A8, C4 and 9B. RGB value is (168,196,155). Sum of RGB (Red+Green+Blue) = 168+196+155=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C49B is #573B64. Grayscale: #B7B7B7. Windows color (decimal): -5716837 or 10208424. OLE color: 10208424.

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

Color convert

RGB 168 196 155 -
CMYK 0.14 0 0.21 0.23
HSL 100.98º 0.26% 0.69% -
HSV(B) 100.98º 0.21% 0.77% -
XYZ 41.8 50.17 38.49 -
YUV 182.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 168 196 155 0.14 0 0.21 0.23 100.98 0.26 0.69
Hex A8 C4 9B E 0 15 17 65 1A 45
Octal 250 304 233 16 0 25 27 145 32 105
Binary 10101000 11000100 10011011 1110 0 10101 10111 1100101 11010 1000101

Color Harmonies of #A8C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C49B

Black with #A8C49B

Text Example


Text Example

White with #A8C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C49B; }

 p { color: rgb(168,196,155); }

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

background-color css

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

 a { background-color: rgb(168,196,155); }

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

border-color css

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

 span { border-color: rgb(168,196,155); }

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