#A4BC98

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

Shades of Spring Rain #A4BC98

Tints of Spring Rain #A4BC98

Color information

#A4BC98 (or 0xA4BC98) is unknown color: approx Spring Rain. HEX triplet: A4, BC and 98. RGB value is (164,188,152). Sum of RGB (Red+Green+Blue) = 164+188+152=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BC98 is #5B4367. Grayscale: #B0B0B0. Windows color (decimal): -5981032 or 10009764. OLE color: 10009764.

HSL color Cylindrical-coordinate representation of color #A4BC98: hue angle of 100º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4BC98 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB164188152-
CMYK0.1300.190.26
HSL100º21.18%66.67%-
HSV(B)100º19.15%73.73%-
XYZ38.9646.1336.56-
YUV176.72114.05118.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=32.54%
G=37.30%
B=30.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881520.1300.190.2610021.1866.67
HexA4BC98D0131A641543
Octal244274230150233214425103
Binary1010010010111100100110001101010011110101100100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC98; }

 p { color: rgb(164,188,152); }

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

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

 a { background-color: rgb(164,188,152); }

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

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

 span { border-color: rgb(164,188,152); }

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