Html Css Color HEX #A0B396 Spring Rain

📋 copy color: '#A0B396'

red 160 ◦ green 179 ◦ blue 150

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

Shades of Spring Rain #A0B396

Tints of Spring Rain #A0B396

RGB

 RED value IS 160 (62.89% from 255) = 32.72%

 GREEN value IS 179 (70.31% from 255) = 36.61%

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

R = 32.72%
G = 36.61%
B = 30.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#A0B396 (or 0xA0B396) is known color: Spring Rain. HEX triplet: A0, B3 and 96. RGB value is (160,179,150). Sum of RGB (Red+Green+Blue) = 160+179+150=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B396 is #5F4C69. Grayscale: #AAAAAA. Windows color (decimal): -6245482 or 9876384. OLE color: 9876384.

HSL color Cylindrical-coordinate representation of color #A0B396: hue angle of 99.31º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0B396 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 179 150 -
CMYK 0.11 0 0.16 0.30
HSL 99.31º 0.16% 0.65% -
HSV(B) 99.31º 0.16% 0.7% -
XYZ 36.12 41.92 35.04 -
YUV 170.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 160 179 150 0.11 0 0.16 0.30 99.31 0.16 0.65
Hex A0 B3 96 B 0 10 1E 63 10 41
Octal 240 263 226 13 0 20 36 143 20 101
Binary 10100000 10110011 10010110 1011 0 10000 11110 1100011 10000 1000001

Color Harmonies of #A0B396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B396

Black with #A0B396

Text Example


Text Example

White with #A0B396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B396; }

 p { color: rgb(160,179,150); }

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

background-color css

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

 a { background-color: rgb(160,179,150); }

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

border-color css

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

 span { border-color: rgb(160,179,150); }

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