Html Css Color HEX #A8BF9A Spring Rain

📋 copy color: '#A8BF9A'

red 168 ◦ green 191 ◦ blue 154

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

Shades of Spring Rain #A8BF9A

Tints of Spring Rain #A8BF9A

RGB

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

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

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

R = 32.75%
G = 37.23%
B = 30.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#A8BF9A (or 0xA8BF9A) is known color: Spring Rain. HEX triplet: A8, BF and 9A. RGB value is (168,191,154). Sum of RGB (Red+Green+Blue) = 168+191+154=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF9A is #574065. Grayscale: #B4B4B4. Windows color (decimal): -5718118 or 10141608. OLE color: 10141608.

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

Color convert

RGB 168 191 154 -
CMYK 0.12 0 0.19 0.25
HSL 97.3º 0.22% 0.68% -
HSV(B) 97.3º 0.19% 0.75% -
XYZ 40.61 47.92 37.68 -
YUV 179.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 168 191 154 0.12 0 0.19 0.25 97.3 0.22 0.68
Hex A8 BF 9A C 0 13 19 61 16 44
Octal 250 277 232 14 0 23 31 141 26 104
Binary 10101000 10111111 10011010 1100 0 10011 11001 1100001 10110 1000100

Color Harmonies of #A8BF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF9A

Black with #A8BF9A

Text Example


Text Example

White with #A8BF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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