Html Css Color HEX #A4BA9B Spring Rain

📋 copy color: '#A4BA9B'

red 164 ◦ green 186 ◦ blue 155

#A4BA9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #A4BA9B

Tints of Spring Rain #A4BA9B

RGB

 RED value IS 164 (64.45% from 255) = 32.48%

 GREEN value IS 186 (73.05% from 255) = 36.83%

 BLUE value IS 155 (60.94% from 255) = 30.69%

R = 32.48%
G = 36.83%
B = 30.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#A4BA9B (or 0xA4BA9B) is known color: Spring Rain. HEX triplet: A4, BA and 9B. RGB value is (164,186,155). Sum of RGB (Red+Green+Blue) = 164+186+155=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA9B is #5B4564. Grayscale: #AFAFAF. Windows color (decimal): -5981541 or 10205860. OLE color: 10205860.

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

Color convert

RGB 164 186 155 -
CMYK 0.12 0 0.17 0.27
HSL 102.58º 0.18% 0.67% -
HSV(B) 102.58º 0.17% 0.73% -
XYZ 38.79 45.38 37.72 -
YUV 175.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 164 186 155 0.12 0 0.17 0.27 102.58 0.18 0.67
Hex A4 BA 9B C 0 11 1B 67 12 43
Octal 244 272 233 14 0 21 33 147 22 103
Binary 10100100 10111010 10011011 1100 0 10001 11011 1100111 10010 1000011

Color Harmonies of #A4BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA9B

Black with #A4BA9B

Text Example


Text Example

White with #A4BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA9B; }

 p { color: rgb(164,186,155); }

 H1.HeaderClassName
 {
   color: #A4BA9B;
 }
 .AnyTagClassName
 {
   color: #A4BA9B;
 }
</style>

background-color css

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

 a { background-color: rgb(164,186,155); }

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

border-color css

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

 span { border-color: rgb(164,186,155); }

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