Html Css Color HEX #A4BBA4 Spring Rain

📋 copy color: '#A4BBA4'

red 164 ◦ green 187 ◦ blue 164

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

Shades of Spring Rain #A4BBA4

Tints of Spring Rain #A4BBA4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

 BLUE value IS 164 (64.45% from 255) = 31.84%

R = 31.84%
G = 36.31%
B = 31.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A4BBA4 (or 0xA4BBA4) is known color: Spring Rain. HEX triplet: A4, BB and A4. RGB value is (164,187,164). Sum of RGB (Red+Green+Blue) = 164+187+164=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBA4 is #5B445B. Grayscale: #B1B1B1. Windows color (decimal): -5981276 or 10795940. OLE color: 10795940.

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

Color convert

RGB 164 187 164 -
CMYK 0.12 0 0.12 0.27
HSL 120º 0.14% 0.69% -
HSV(B) 120º 0.12% 0.73% -
XYZ 39.78 46.11 41.93 -
YUV 177.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 164 187 164 0.12 0 0.12 0.27 120 0.14 0.69
Hex A4 BB A4 C 0 C 1B 78 E 45
Octal 244 273 244 14 0 14 33 170 16 105
Binary 10100100 10111011 10100100 1100 0 1100 11011 1111000 1110 1000101

Color Harmonies of #A4BBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBA4

Black with #A4BBA4

Text Example


Text Example

White with #A4BBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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