Html Css Color HEX #A7BF9B Spring Rain

📋 copy color: '#A7BF9B'

red 167 ◦ green 191 ◦ blue 155

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

Shades of Spring Rain #A7BF9B

Tints of Spring Rain #A7BF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.21%

R = 32.55%
G = 37.23%
B = 30.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#A7BF9B (or 0xA7BF9B) is known color: Spring Rain. HEX triplet: A7, BF and 9B. RGB value is (167,191,155). Sum of RGB (Red+Green+Blue) = 167+191+155=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF9B is #584064. Grayscale: #B3B3B3. Windows color (decimal): -5783653 or 10207143. OLE color: 10207143.

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

Color convert

RGB 167 191 155 -
CMYK 0.13 0 0.19 0.25
HSL 100º 0.22% 0.68% -
HSV(B) 100º 0.19% 0.75% -
XYZ 40.48 47.84 38.11 -
YUV 179.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 167 191 155 0.13 0 0.19 0.25 100 0.22 0.68
Hex A7 BF 9B D 0 13 19 64 16 44
Octal 247 277 233 15 0 23 31 144 26 104
Binary 10100111 10111111 10011011 1101 0 10011 11001 1100100 10110 1000100

Color Harmonies of #A7BF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BF9B

Black with #A7BF9B

Text Example


Text Example

White with #A7BF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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