Html Css Color HEX #A5BE9E Spring Rain

📋 copy color: '#A5BE9E'

red 165 ◦ green 190 ◦ blue 158

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

Shades of Spring Rain #A5BE9E

Tints of Spring Rain #A5BE9E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.04%

 BLUE value IS 158 (62.11% from 255) = 30.8%

R = 32.16%
G = 37.04%
B = 30.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#A5BE9E (or 0xA5BE9E) is known color: Spring Rain. HEX triplet: A5, BE and 9E. RGB value is (165,190,158). Sum of RGB (Red+Green+Blue) = 165+190+158=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BE9E is #5A4161. Grayscale: #B2B2B2. Windows color (decimal): -5914978 or 10403493. OLE color: 10403493.

HSL color Cylindrical-coordinate representation of color #A5BE9E: hue angle of 106.88º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5BE9E is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 190 158 -
CMYK 0.13 0 0.17 0.25
HSL 106.88º 0.2% 0.68% -
HSV(B) 106.88º 0.17% 0.75% -
XYZ 40.1 47.29 39.36 -
YUV 178.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 165 190 158 0.13 0 0.17 0.25 106.88 0.2 0.68
Hex A5 BE 9E D 0 11 19 6B 14 44
Octal 245 276 236 15 0 21 31 153 24 104
Binary 10100101 10111110 10011110 1101 0 10001 11001 1101011 10100 1000100

Color Harmonies of #A5BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BE9E

Black with #A5BE9E

Text Example


Text Example

White with #A5BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BE9E; }

 p { color: rgb(165,190,158); }

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

background-color css

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

 a { background-color: rgb(165,190,158); }

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

border-color css

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

 span { border-color: rgb(165,190,158); }

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