Html Css Color HEX #A5BC9E Spring Rain

📋 copy color: '#A5BC9E'

red 165 ◦ green 188 ◦ blue 158

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

Shades of Spring Rain #A5BC9E

Tints of Spring Rain #A5BC9E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.79%

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

R = 32.29%
G = 36.79%
B = 30.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#A5BC9E (or 0xA5BC9E) is known color: Spring Rain. HEX triplet: A5, BC and 9E. RGB value is (165,188,158). Sum of RGB (Red+Green+Blue) = 165+188+158=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC9E is #5A4361. Grayscale: #B1B1B1. Windows color (decimal): -5915490 or 10402981. OLE color: 10402981.

HSL color Cylindrical-coordinate representation of color #A5BC9E: hue angle of 106º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5BC9E is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 158 -
CMYK 0.12 0 0.16 0.26
HSL 106º 0.18% 0.68% -
HSV(B) 106º 0.16% 0.74% -
XYZ 39.67 46.43 39.22 -
YUV 177.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 165 188 158 0.12 0 0.16 0.26 106 0.18 0.68
Hex A5 BC 9E C 0 10 1A 6A 12 44
Octal 245 274 236 14 0 20 32 152 22 104
Binary 10100101 10111100 10011110 1100 0 10000 11010 1101010 10010 1000100

Color Harmonies of #A5BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC9E

Black with #A5BC9E

Text Example


Text Example

White with #A5BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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