Html Css Color HEX #A6BF9E Spring Rain

📋 copy color: '#A6BF9E'

red 166 ◦ green 191 ◦ blue 158

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

Shades of Spring Rain #A6BF9E

Tints of Spring Rain #A6BF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

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

R = 32.23%
G = 37.09%
B = 30.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#A6BF9E (or 0xA6BF9E) is known color: Spring Rain. HEX triplet: A6, BF and 9E. RGB value is (166,191,158). Sum of RGB (Red+Green+Blue) = 166+191+158=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF9E is #594061. Grayscale: #B3B3B3. Windows color (decimal): -5849186 or 10403750. OLE color: 10403750.

HSL color Cylindrical-coordinate representation of color #A6BF9E: hue angle of 105.45º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6BF9E is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 191 158 -
CMYK 0.13 0 0.17 0.25
HSL 105.45º 0.2% 0.68% -
HSV(B) 105.45º 0.17% 0.75% -
XYZ 40.53 47.84 39.45 -
YUV 179.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 166 191 158 0.13 0 0.17 0.25 105.45 0.2 0.68
Hex A6 BF 9E D 0 11 19 69 14 44
Octal 246 277 236 15 0 21 31 151 24 104
Binary 10100110 10111111 10011110 1101 0 10001 11001 1101001 10100 1000100

Color Harmonies of #A6BF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF9E

Black with #A6BF9E

Text Example


Text Example

White with #A6BF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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