Html Css Color HEX #A8BF9F Spring Rain

📋 copy color: '#A8BF9F'

red 168 ◦ green 191 ◦ blue 159

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

Shades of Spring Rain #A8BF9F

Tints of Spring Rain #A8BF9F

RGB

 RED value IS 168 (66.02% from 255) = 32.43%

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

 BLUE value IS 159 (62.5% from 255) = 30.69%

R = 32.43%
G = 36.87%
B = 30.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#A8BF9F (or 0xA8BF9F) is known color: Spring Rain. HEX triplet: A8, BF and 9F. RGB value is (168,191,159). Sum of RGB (Red+Green+Blue) = 168+191+159=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF9F is #574060. Grayscale: #B4B4B4. Windows color (decimal): -5718113 or 10469288. OLE color: 10469288.

HSL color Cylindrical-coordinate representation of color #A8BF9F: hue angle of 103.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8BF9F is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 159 -
CMYK 0.12 0 0.17 0.25
HSL 103.13º 0.2% 0.69% -
HSV(B) 103.13º 0.17% 0.75% -
XYZ 41.04 48.09 39.92 -
YUV 180.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 168 191 159 0.12 0 0.17 0.25 103.13 0.2 0.69
Hex A8 BF 9F C 0 11 19 67 14 45
Octal 250 277 237 14 0 21 31 147 24 105
Binary 10101000 10111111 10011111 1100 0 10001 11001 1100111 10100 1000101

Color Harmonies of #A8BF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF9F

Black with #A8BF9F

Text Example


Text Example

White with #A8BF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF9F; }

 p { color: rgb(168,191,159); }

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

background-color css

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

 a { background-color: rgb(168,191,159); }

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

border-color css

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

 span { border-color: rgb(168,191,159); }

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