Html Css Color HEX #A9CAB0 Gum Leaf

📋 copy color: '#A9CAB0'

red 169 ◦ green 202 ◦ blue 176

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

Shades of Gum Leaf #A9CAB0

Tints of Gum Leaf #A9CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.93%

 BLUE value IS 176 (69.14% from 255) = 32.18%

R = 30.9%
G = 36.93%
B = 32.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#A9CAB0 (or 0xA9CAB0) is known color: Gum Leaf. HEX triplet: A9, CA and B0. RGB value is (169,202,176). Sum of RGB (Red+Green+Blue) = 169+202+176=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAB0 is #56354F. Grayscale: #BDBDBD. Windows color (decimal): -5649744 or 11586217. OLE color: 11586217.

HSL color Cylindrical-coordinate representation of color #A9CAB0: hue angle of 132.73º degrees, saturation: 0.24, 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 #A9CAB0 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 202 176 -
CMYK 0.16 0 0.13 0.21
HSL 132.73º 0.24% 0.73% -
HSV(B) 132.73º 0.16% 0.79% -
XYZ 45.32 53.81 49.07 -
YUV 189.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 169 202 176 0.16 0 0.13 0.21 132.73 0.24 0.73
Hex A9 CA B0 10 0 D 15 85 18 49
Octal 251 312 260 20 0 15 25 205 30 111
Binary 10101001 11001010 10110000 10000 0 1101 10101 10000101 11000 1001001

Color Harmonies of #A9CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CAB0

Black with #A9CAB0

Text Example


Text Example

White with #A9CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CAB0; }

 p { color: rgb(169,202,176); }

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

background-color css

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

 a { background-color: rgb(169,202,176); }

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

border-color css

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

 span { border-color: rgb(169,202,176); }

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