Html Css Color HEX #A5BD9A Spring Rain

📋 copy color: '#A5BD9A'

red 165 ◦ green 189 ◦ blue 154

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

Shades of Spring Rain #A5BD9A

Tints of Spring Rain #A5BD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

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

R = 32.48%
G = 37.2%
B = 30.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#A5BD9A (or 0xA5BD9A) is known color: Spring Rain. HEX triplet: A5, BD and 9A. RGB value is (165,189,154). Sum of RGB (Red+Green+Blue) = 165+189+154=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BD9A is #5A4265. Grayscale: #B1B1B1. Windows color (decimal): -5915238 or 10141093. OLE color: 10141093.

HSL color Cylindrical-coordinate representation of color #A5BD9A: hue angle of 101.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5BD9A is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 154 -
CMYK 0.13 0 0.19 0.26
HSL 101.14º 0.21% 0.67% -
HSV(B) 101.14º 0.19% 0.74% -
XYZ 39.55 46.73 37.51 -
YUV 177.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 165 189 154 0.13 0 0.19 0.26 101.14 0.21 0.67
Hex A5 BD 9A D 0 13 1A 65 15 43
Octal 245 275 232 15 0 23 32 145 25 103
Binary 10100101 10111101 10011010 1101 0 10011 11010 1100101 10101 1000011

Color Harmonies of #A5BD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD9A

Black with #A5BD9A

Text Example


Text Example

White with #A5BD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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