Html Css Color HEX #A9C9B1 Gum Leaf

📋 copy color: '#A9C9B1'

red 169 ◦ green 201 ◦ blue 177

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

Shades of Gum Leaf #A9C9B1

Tints of Gum Leaf #A9C9B1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.75%

 BLUE value IS 177 (69.53% from 255) = 32.36%

R = 30.9%
G = 36.75%
B = 32.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#A9C9B1 (or 0xA9C9B1) is known color: Gum Leaf. HEX triplet: A9, C9 and B1. RGB value is (169,201,177). Sum of RGB (Red+Green+Blue) = 169+201+177=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C9B1 is #56364E. Grayscale: #BCBCBC. Windows color (decimal): -5649999 or 11651497. OLE color: 11651497.

HSL color Cylindrical-coordinate representation of color #A9C9B1: hue angle of 135º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C9B1 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 201 177 -
CMYK 0.16 0 0.12 0.21
HSL 135º 0.23% 0.73% -
HSV(B) 135º 0.16% 0.79% -
XYZ 45.18 53.38 49.52 -
YUV 188.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 169 201 177 0.16 0 0.12 0.21 135 0.23 0.73
Hex A9 C9 B1 10 0 C 15 87 17 49
Octal 251 311 261 20 0 14 25 207 27 111
Binary 10101001 11001001 10110001 10000 0 1100 10101 10000111 10111 1001001

Color Harmonies of #A9C9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C9B1

Black with #A9C9B1

Text Example


Text Example

White with #A9C9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C9B1; }

 p { color: rgb(169,201,177); }

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

background-color css

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

 a { background-color: rgb(169,201,177); }

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

border-color css

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

 span { border-color: rgb(169,201,177); }

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