Html Css Color HEX #A7BF9C Spring Rain

📋 copy color: '#A7BF9C'

red 167 ◦ green 191 ◦ blue 156

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

Shades of Spring Rain #A7BF9C

Tints of Spring Rain #A7BF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 156 (61.33% from 255) = 30.35%

R = 32.49%
G = 37.16%
B = 30.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#A7BF9C (or 0xA7BF9C) is known color: Spring Rain. HEX triplet: A7, BF and 9C. RGB value is (167,191,156). Sum of RGB (Red+Green+Blue) = 167+191+156=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF9C is #584063. Grayscale: #B3B3B3. Windows color (decimal): -5783652 or 10272679. OLE color: 10272679.

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

Color convert

RGB 167 191 156 -
CMYK 0.13 0 0.18 0.25
HSL 101.14º 0.21% 0.68% -
HSV(B) 101.14º 0.18% 0.75% -
XYZ 40.57 47.88 38.56 -
YUV 179.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 167 191 156 0.13 0 0.18 0.25 101.14 0.21 0.68
Hex A7 BF 9C D 0 12 19 65 15 44
Octal 247 277 234 15 0 22 31 145 25 104
Binary 10100111 10111111 10011100 1101 0 10010 11001 1100101 10101 1000100

Color Harmonies of #A7BF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BF9C

Black with #A7BF9C

Text Example


Text Example

White with #A7BF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BF9C; }

 p { color: rgb(167,191,156); }

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

background-color css

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

 a { background-color: rgb(167,191,156); }

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

border-color css

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

 span { border-color: rgb(167,191,156); }

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