Html Css Color HEX #A7BD9E Spring Rain

📋 copy color: '#A7BD9E'

red 167 ◦ green 189 ◦ blue 158

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

Shades of Spring Rain #A7BD9E

Tints of Spring Rain #A7BD9E

RGB

 RED value IS 167 (65.63% from 255) = 32.49%

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

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

R = 32.49%
G = 36.77%
B = 30.74%

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

#A7BD9E (or 0xA7BD9E) is known color: Spring Rain. HEX triplet: A7, BD and 9E. RGB value is (167,189,158). Sum of RGB (Red+Green+Blue) = 167+189+158=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BD9E is #584261. Grayscale: #B2B2B2. Windows color (decimal): -5784162 or 10403239. OLE color: 10403239.

HSL color Cylindrical-coordinate representation of color #A7BD9E: hue angle of 102.58º degrees, saturation: 0.19, 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 #A7BD9E is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 189 158 -
CMYK 0.12 0 0.16 0.26
HSL 102.58º 0.19% 0.68% -
HSV(B) 102.58º 0.16% 0.74% -
XYZ 40.31 47.08 39.31 -
YUV 178.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 167 189 158 0.12 0 0.16 0.26 102.58 0.19 0.68
Hex A7 BD 9E C 0 10 1A 67 13 44
Octal 247 275 236 14 0 20 32 147 23 104
Binary 10100111 10111101 10011110 1100 0 10000 11010 1100111 10011 1000100

Color Harmonies of #A7BD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD9E

Black with #A7BD9E

Text Example


Text Example

White with #A7BD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD9E; }

 p { color: rgb(167,189,158); }

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

background-color css

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

 a { background-color: rgb(167,189,158); }

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

border-color css

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

 span { border-color: rgb(167,189,158); }

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