#A6BF9B

Color #A6BF9B Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A6BF9B

Tints of Spring Rain #A6BF9B

Color information

#A6BF9B (or 0xA6BF9B) is unknown color: approx Spring Rain. HEX triplet: A6, BF and 9B. RGB value is (166,191,155). Sum of RGB (Red+Green+Blue) = 166+191+155=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF9B is #594064. Grayscale: #B3B3B3. Windows color (decimal): -5849189 or 10207142. OLE color: 10207142.

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

Color convert

RGB166191155-
CMYK0.1300.190.25
HSL101.67º21.95%67.84%-
HSV(B)101.67º18.85%74.9%-
XYZ40.2747.7438.1-
YUV179.42114.22118.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=32.42%
G=37.30%
B=30.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911550.1300.190.25101.6721.9567.84
HexA6BF9BD01319661644
Octal246277233150233114626104
Binary1010011010111111100110111101010011110011100110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF9B; }

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

 H1.HeaderClassName
 {
   color: #A6BF9B;
 }
 .AnyTagClassName
 {
   color: #A6BF9B;
 }
</style>
background-color css

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

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

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

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

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

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