Html Css Color HEX #A5BA9A Spring Rain

📋 copy color: '#A5BA9A'

red 165 ◦ green 186 ◦ blue 154

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

Shades of Spring Rain #A5BA9A

Tints of Spring Rain #A5BA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 32.67%
G = 36.83%
B = 30.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#A5BA9A (or 0xA5BA9A) is known color: Spring Rain. HEX triplet: A5, BA and 9A. RGB value is (165,186,154). Sum of RGB (Red+Green+Blue) = 165+186+154=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA9A is #5A4565. Grayscale: #B0B0B0. Windows color (decimal): -5916006 or 10140325. OLE color: 10140325.

HSL color Cylindrical-coordinate representation of color #A5BA9A: hue angle of 99.38º degrees, saturation: 0.19, 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 #A5BA9A is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 154 -
CMYK 0.11 0 0.17 0.27
HSL 99.38º 0.19% 0.67% -
HSV(B) 99.38º 0.17% 0.73% -
XYZ 38.91 45.45 37.29 -
YUV 176.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 165 186 154 0.11 0 0.17 0.27 99.38 0.19 0.67
Hex A5 BA 9A B 0 11 1B 63 13 43
Octal 245 272 232 13 0 21 33 143 23 103
Binary 10100101 10111010 10011010 1011 0 10001 11011 1100011 10011 1000011

Color Harmonies of #A5BA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA9A

Black with #A5BA9A

Text Example


Text Example

White with #A5BA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA9A; }

 p { color: rgb(165,186,154); }

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

background-color css

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

 a { background-color: rgb(165,186,154); }

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

border-color css

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

 span { border-color: rgb(165,186,154); }

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