Html Css Color HEX #A9B48F Green Spring

📋 copy color: '#A9B48F'

red 169 ◦ green 180 ◦ blue 143

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

Shades of Green Spring #A9B48F

Tints of Green Spring #A9B48F

RGB

 RED value IS 169 (66.41% from 255) = 34.35%

 GREEN value IS 180 (70.7% from 255) = 36.59%

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 34.35%
G = 36.59%
B = 29.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#A9B48F (or 0xA9B48F) is known color: Green Spring. HEX triplet: A9, B4 and 8F. RGB value is (169,180,143). Sum of RGB (Red+Green+Blue) = 169+180+143=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B48F is #564B70. Grayscale: #ACACAC. Windows color (decimal): -5655409 or 9417897. OLE color: 9417897.

HSL color Cylindrical-coordinate representation of color #A9B48F: hue angle of 77.84º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9B48F is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 180 143 -
CMYK 0.06 0 0.21 0.29
HSL 77.84º 0.2% 0.63% -
HSV(B) 77.84º 0.21% 0.71% -
XYZ 37.64 43.06 32.31 -
YUV 172.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 169 180 143 0.06 0 0.21 0.29 77.84 0.2 0.63
Hex A9 B4 8F 6 0 15 1D 4E 14 3F
Octal 251 264 217 6 0 25 35 116 24 77
Binary 10101001 10110100 10001111 110 0 10101 11101 1001110 10100 111111

Color Harmonies of #A9B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B48F

Black with #A9B48F

Text Example


Text Example

White with #A9B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B48F; }

 p { color: rgb(169,180,143); }

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

background-color css

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

 a { background-color: rgb(169,180,143); }

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

border-color css

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

 span { border-color: rgb(169,180,143); }

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