Html Css Color HEX #A6BC9E Spring Rain

📋 copy color: '#A6BC9E'

red 166 ◦ green 188 ◦ blue 158

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

Shades of Spring Rain #A6BC9E

Tints of Spring Rain #A6BC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 32.42%
G = 36.72%
B = 30.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#A6BC9E (or 0xA6BC9E) is known color: Spring Rain. HEX triplet: A6, BC and 9E. RGB value is (166,188,158). Sum of RGB (Red+Green+Blue) = 166+188+158=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC9E is #594361. Grayscale: #B2B2B2. Windows color (decimal): -5849954 or 10402982. OLE color: 10402982.

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

Color convert

RGB 166 188 158 -
CMYK 0.12 0 0.16 0.26
HSL 104º 0.18% 0.68% -
HSV(B) 104º 0.16% 0.74% -
XYZ 39.88 46.54 39.23 -
YUV 178 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 166 188 158 0.12 0 0.16 0.26 104 0.18 0.68
Hex A6 BC 9E C 0 10 1A 68 12 44
Octal 246 274 236 14 0 20 32 150 22 104
Binary 10100110 10111100 10011110 1100 0 10000 11010 1101000 10010 1000100

Color Harmonies of #A6BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC9E

Black with #A6BC9E

Text Example


Text Example

White with #A6BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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