Html Css Color HEX #A6BF9F Spring Rain

📋 copy color: '#A6BF9F'

red 166 ◦ green 191 ◦ blue 159

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

Shades of Spring Rain #A6BF9F

Tints of Spring Rain #A6BF9F

RGB

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

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

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

R = 32.17%
G = 37.02%
B = 30.81%

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

#A6BF9F (or 0xA6BF9F) is known color: Spring Rain. HEX triplet: A6, BF and 9F. RGB value is (166,191,159). Sum of RGB (Red+Green+Blue) = 166+191+159=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF9F is #594060. Grayscale: #B3B3B3. Windows color (decimal): -5849185 or 10469286. OLE color: 10469286.

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

Color convert

RGB 166 191 159 -
CMYK 0.13 0 0.17 0.25
HSL 106.88º 0.2% 0.69% -
HSV(B) 106.88º 0.17% 0.75% -
XYZ 40.61 47.87 39.9 -
YUV 179.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 166 191 159 0.13 0 0.17 0.25 106.88 0.2 0.69
Hex A6 BF 9F D 0 11 19 6B 14 45
Octal 246 277 237 15 0 21 31 153 24 105
Binary 10100110 10111111 10011111 1101 0 10001 11001 1101011 10100 1000101

Color Harmonies of #A6BF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF9F

Black with #A6BF9F

Text Example


Text Example

White with #A6BF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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