#A4BB97

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

Shades of Spring Rain #A4BB97

Tints of Spring Rain #A4BB97

Color information

#A4BB97 (or 0xA4BB97) is unknown color: approx Spring Rain. HEX triplet: A4, BB and 97. RGB value is (164,187,151). Sum of RGB (Red+Green+Blue) = 164+187+151=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BB97 is #5B4468. Grayscale: #B0B0B0. Windows color (decimal): -5981289 or 9943972. OLE color: 9943972.

HSL color Cylindrical-coordinate representation of color #A4BB97: hue angle of 98.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4BB97 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB164187151-
CMYK0.1200.190.27
HSL98.33º20.93%66.27%-
HSV(B)98.33º19.25%73.33%-
XYZ38.6745.6736.05-
YUV176.02113.88119.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=32.67%
G=37.25%
B=30.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871510.1200.190.2798.3320.9366.27
HexA4BB97C0131B621542
Octal244273227140233314225102
Binary1010010010111011100101111100010011110111100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB97; }

 p { color: rgb(164,187,151); }

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

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

 a { background-color: rgb(164,187,151); }

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

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

 span { border-color: rgb(164,187,151); }

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