Html Css Color HEX #A9CAB2 Gum Leaf

📋 copy color: '#A9CAB2'

red 169 ◦ green 202 ◦ blue 178

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

Shades of Gum Leaf #A9CAB2

Tints of Gum Leaf #A9CAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.42%

R = 30.78%
G = 36.79%
B = 32.42%

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

#A9CAB2 (or 0xA9CAB2) is known color: Gum Leaf. HEX triplet: A9, CA and B2. RGB value is (169,202,178). Sum of RGB (Red+Green+Blue) = 169+202+178=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAB2 is #56354D. Grayscale: #BDBDBD. Windows color (decimal): -5649742 or 11717289. OLE color: 11717289.

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

Color convert

RGB 169 202 178 -
CMYK 0.16 0 0.12 0.21
HSL 136.36º 0.24% 0.73% -
HSV(B) 136.36º 0.16% 0.79% -
XYZ 45.52 53.89 50.12 -
YUV 189.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 169 202 178 0.16 0 0.12 0.21 136.36 0.24 0.73
Hex A9 CA B2 10 0 C 15 88 18 49
Octal 251 312 262 20 0 14 25 210 30 111
Binary 10101001 11001010 10110010 10000 0 1100 10101 10001000 11000 1001001

Color Harmonies of #A9CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CAB2

Black with #A9CAB2

Text Example


Text Example

White with #A9CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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