Html Css Color HEX #A3BC95 Spring Rain

📋 copy color: '#A3BC95'

red 163 ◦ green 188 ◦ blue 149

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

Shades of Spring Rain #A3BC95

Tints of Spring Rain #A3BC95

RGB

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

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

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

R = 32.6%
G = 37.6%
B = 29.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#A3BC95 (or 0xA3BC95) is known color: Spring Rain. HEX triplet: A3, BC and 95. RGB value is (163,188,149). Sum of RGB (Red+Green+Blue) = 163+188+149=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC95 is #5C436A. Grayscale: #B0B0B0. Windows color (decimal): -6046571 or 9813155. OLE color: 9813155.

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

Color convert

RGB 163 188 149 -
CMYK 0.13 0 0.21 0.26
HSL 98.46º 0.23% 0.66% -
HSV(B) 98.46º 0.21% 0.74% -
XYZ 38.51 45.92 35.27 -
YUV 176.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 163 188 149 0.13 0 0.21 0.26 98.46 0.23 0.66
Hex A3 BC 95 D 0 15 1A 62 17 42
Octal 243 274 225 15 0 25 32 142 27 102
Binary 10100011 10111100 10010101 1101 0 10101 11010 1100010 10111 1000010

Color Harmonies of #A3BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC95

Black with #A3BC95

Text Example


Text Example

White with #A3BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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