Html Css Color HEX #A3BD95 Spring Rain

📋 copy color: '#A3BD95'

red 163 ◦ green 189 ◦ blue 149

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

Shades of Spring Rain #A3BD95

Tints of Spring Rain #A3BD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 32.53%
G = 37.72%
B = 29.74%

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

#A3BD95 (or 0xA3BD95) is known color: Spring Rain. HEX triplet: A3, BD and 95. RGB value is (163,189,149). Sum of RGB (Red+Green+Blue) = 163+189+149=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD95 is #5C426A. Grayscale: #B0B0B0. Windows color (decimal): -6046315 or 9813411. OLE color: 9813411.

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

Color convert

RGB 163 189 149 -
CMYK 0.14 0 0.21 0.26
HSL 99º 0.23% 0.66% -
HSV(B) 99º 0.21% 0.74% -
XYZ 38.73 46.35 35.34 -
YUV 176.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 163 189 149 0.14 0 0.21 0.26 99 0.23 0.66
Hex A3 BD 95 E 0 15 1A 63 17 42
Octal 243 275 225 16 0 25 32 143 27 102
Binary 10100011 10111101 10010101 1110 0 10101 11010 1100011 10111 1000010

Color Harmonies of #A3BD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD95

Black with #A3BD95

Text Example


Text Example

White with #A3BD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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