#A8C99B

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

Shades of Spring Rain #A8C99B

Tints of Spring Rain #A8C99B

Color information

#A8C99B (or 0xA8C99B) is unknown color: approx Spring Rain. HEX triplet: A8, C9 and 9B. RGB value is (168,201,155). Sum of RGB (Red+Green+Blue) = 168+201+155=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C99B is #573664. Grayscale: #BABABA. Windows color (decimal): -5715557 or 10209704. OLE color: 10209704.

HSL color Cylindrical-coordinate representation of color #A8C99B: hue angle of 103.04º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C99B is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB168201155-
CMYK0.1600.230.21
HSL103.04º29.87%69.8%-
HSV(B)103.04º22.89%78.82%-
XYZ42.9552.4638.87-
YUV185.89110.57115.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 201 (78.91% from 255) = 38.36%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=32.06%
G=38.36%
B=29.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011550.1600.230.21103.0429.8769.8
HexA8C99B1001715671e46
Octal250311233200272514736106
Binary10101000110010011001101110000010111101011100111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C99B; }

 p { color: rgb(168,201,155); }

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

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

 a { background-color: rgb(168,201,155); }

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

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

 span { border-color: rgb(168,201,155); }

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