Html Css Color HEX #A2BDA9 Gum Leaf

📋 copy color: '#A2BDA9'

red 162 ◦ green 189 ◦ blue 169

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

Shades of Gum Leaf #A2BDA9

Tints of Gum Leaf #A2BDA9

RGB

 RED value IS 162 (63.67% from 255) = 31.15%

 GREEN value IS 189 (74.22% from 255) = 36.35%

 BLUE value IS 169 (66.41% from 255) = 32.5%

R = 31.15%
G = 36.35%
B = 32.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A2BDA9 (or 0xA2BDA9) is known color: Gum Leaf. HEX triplet: A2, BD and A9. RGB value is (162,189,169). Sum of RGB (Red+Green+Blue) = 162+189+169=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDA9 is #5D4256. Grayscale: #B2B2B2. Windows color (decimal): -6111831 or 11124130. OLE color: 11124130.

HSL color Cylindrical-coordinate representation of color #A2BDA9: hue angle of 135.56º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BDA9 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 169 -
CMYK 0.14 0 0.11 0.26
HSL 135.56º 0.17% 0.69% -
HSV(B) 135.56º 0.14% 0.74% -
XYZ 40.26 46.94 44.47 -
YUV 178.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 162 189 169 0.14 0 0.11 0.26 135.56 0.17 0.69
Hex A2 BD A9 E 0 B 1A 88 11 45
Octal 242 275 251 16 0 13 32 210 21 105
Binary 10100010 10111101 10101001 1110 0 1011 11010 10001000 10001 1000101

Color Harmonies of #A2BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDA9

Black with #A2BDA9

Text Example


Text Example

White with #A2BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDA9; }

 p { color: rgb(162,189,169); }

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

background-color css

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

 a { background-color: rgb(162,189,169); }

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

border-color css

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

 span { border-color: rgb(162,189,169); }

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