Html Css Color HEX #A5B999 Spring Rain

📋 copy color: '#A5B999'

red 165 ◦ green 185 ◦ blue 153

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

Shades of Spring Rain #A5B999

Tints of Spring Rain #A5B999

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.78%

 BLUE value IS 153 (60.16% from 255) = 30.42%

R = 32.8%
G = 36.78%
B = 30.42%

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

#A5B999 (or 0xA5B999) is known color: Spring Rain. HEX triplet: A5, B9 and 99. RGB value is (165,185,153). Sum of RGB (Red+Green+Blue) = 165+185+153=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B999 is #5A4666. Grayscale: #AFAFAF. Windows color (decimal): -5916263 or 10074533. OLE color: 10074533.

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

Color convert

RGB 165 185 153 -
CMYK 0.11 0 0.17 0.27
HSL 97.5º 0.19% 0.66% -
HSV(B) 97.5º 0.17% 0.73% -
XYZ 38.62 45 36.79 -
YUV 175.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 165 185 153 0.11 0 0.17 0.27 97.5 0.19 0.66
Hex A5 B9 99 B 0 11 1B 62 13 42
Octal 245 271 231 13 0 21 33 142 23 102
Binary 10100101 10111001 10011001 1011 0 10001 11011 1100010 10011 1000010

Color Harmonies of #A5B999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B999

Black with #A5B999

Text Example


Text Example

White with #A5B999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B999; }

 p { color: rgb(165,185,153); }

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

background-color css

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

 a { background-color: rgb(165,185,153); }

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

border-color css

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

 span { border-color: rgb(165,185,153); }

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