#A4BD96

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

Shades of Spring Rain #A4BD96

Tints of Spring Rain #A4BD96

Color information

#A4BD96 (or 0xA4BD96) is unknown color: approx Spring Rain. HEX triplet: A4, BD and 96. RGB value is (164,189,150). Sum of RGB (Red+Green+Blue) = 164+189+150=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BD96 is #5B4269. Grayscale: #B1B1B1. Windows color (decimal): -5980778 or 9878948. OLE color: 9878948.

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

Color convert

RGB164189150-
CMYK0.1300.210.26
HSL98.46º22.81%66.47%-
HSV(B)98.46º20.63%74.12%-
XYZ39.0146.4935.77-
YUV177.08112.72118.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=32.60%
G=37.57%
B=29.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891500.1300.210.2698.4622.8166.47
HexA4BD96D0151A621742
Octal244275226150253214227102
Binary1010010010111101100101101101010101110101100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BD96; }

 p { color: rgb(164,189,150); }

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

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

 a { background-color: rgb(164,189,150); }

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

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

 span { border-color: rgb(164,189,150); }

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