Html Css Color HEX #A3BD96 Spring Rain

📋 copy color: '#A3BD96'

red 163 ◦ green 189 ◦ blue 150

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

Shades of Spring Rain #A3BD96

Tints of Spring Rain #A3BD96

RGB

 RED value IS 163 (64.06% from 255) = 32.47%

 GREEN value IS 189 (74.22% from 255) = 37.65%

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

R = 32.47%
G = 37.65%
B = 29.88%

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

#A3BD96 (or 0xA3BD96) is known color: Spring Rain. HEX triplet: A3, BD and 96. RGB value is (163,189,150). Sum of RGB (Red+Green+Blue) = 163+189+150=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD96 is #5C4269. Grayscale: #B0B0B0. Windows color (decimal): -6046314 or 9878947. OLE color: 9878947.

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

Color convert

RGB 163 189 150 -
CMYK 0.14 0 0.21 0.26
HSL 100º 0.23% 0.66% -
HSV(B) 100º 0.21% 0.74% -
XYZ 38.81 46.38 35.76 -
YUV 176.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 163 189 150 0.14 0 0.21 0.26 100 0.23 0.66
Hex A3 BD 96 E 0 15 1A 64 17 42
Octal 243 275 226 16 0 25 32 144 27 102
Binary 10100011 10111101 10010110 1110 0 10101 11010 1100100 10111 1000010

Color Harmonies of #A3BD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD96

Black with #A3BD96

Text Example


Text Example

White with #A3BD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD96; }

 p { color: rgb(163,189,150); }

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

background-color css

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

 a { background-color: rgb(163,189,150); }

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

border-color css

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

 span { border-color: rgb(163,189,150); }

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