Html Css Color HEX #A5BBA4 Spring Rain

📋 copy color: '#A5BBA4'

red 165 ◦ green 187 ◦ blue 164

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

Shades of Spring Rain #A5BBA4

Tints of Spring Rain #A5BBA4

RGB

 RED value IS 165 (64.84% from 255) = 31.98%

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

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

R = 31.98%
G = 36.24%
B = 31.78%

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

#A5BBA4 (or 0xA5BBA4) is known color: Spring Rain. HEX triplet: A5, BB and A4. RGB value is (165,187,164). Sum of RGB (Red+Green+Blue) = 165+187+164=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBA4 is #5A445B. Grayscale: #B1B1B1. Windows color (decimal): -5915740 or 10795941. OLE color: 10795941.

HSL color Cylindrical-coordinate representation of color #A5BBA4: hue angle of 117.39º 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 #A5BBA4 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 164 -
CMYK 0.12 0 0.12 0.27
HSL 117.39º 0.14% 0.69% -
HSV(B) 117.39º 0.12% 0.73% -
XYZ 39.99 46.22 41.94 -
YUV 177.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 165 187 164 0.12 0 0.12 0.27 117.39 0.14 0.69
Hex A5 BB A4 C 0 C 1B 75 E 45
Octal 245 273 244 14 0 14 33 165 16 105
Binary 10100101 10111011 10100100 1100 0 1100 11011 1110101 1110 1000101

Color Harmonies of #A5BBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBA4

Black with #A5BBA4

Text Example


Text Example

White with #A5BBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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