Html Css Color HEX #A6BC9F Spring Rain

📋 copy color: '#A6BC9F'

red 166 ◦ green 188 ◦ blue 159

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

Shades of Spring Rain #A6BC9F

Tints of Spring Rain #A6BC9F

RGB

 RED value IS 166 (65.23% from 255) = 32.36%

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

 BLUE value IS 159 (62.5% from 255) = 30.99%

R = 32.36%
G = 36.65%
B = 30.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A6BC9F (or 0xA6BC9F) is known color: Spring Rain. HEX triplet: A6, BC and 9F. RGB value is (166,188,159). Sum of RGB (Red+Green+Blue) = 166+188+159=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC9F is #594360. Grayscale: #B2B2B2. Windows color (decimal): -5849953 or 10468518. OLE color: 10468518.

HSL color Cylindrical-coordinate representation of color #A6BC9F: hue angle of 105.52º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6BC9F is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 159 -
CMYK 0.12 0 0.15 0.26
HSL 105.52º 0.18% 0.68% -
HSV(B) 105.52º 0.15% 0.74% -
XYZ 39.97 46.58 39.68 -
YUV 178.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 166 188 159 0.12 0 0.15 0.26 105.52 0.18 0.68
Hex A6 BC 9F C 0 F 1A 6A 12 44
Octal 246 274 237 14 0 17 32 152 22 104
Binary 10100110 10111100 10011111 1100 0 1111 11010 1101010 10010 1000100

Color Harmonies of #A6BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC9F

Black with #A6BC9F

Text Example


Text Example

White with #A6BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC9F; }

 p { color: rgb(166,188,159); }

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

background-color css

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

 a { background-color: rgb(166,188,159); }

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

border-color css

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

 span { border-color: rgb(166,188,159); }

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