Html Css Color HEX #A2BDAB Gum Leaf

📋 copy color: '#A2BDAB'

red 162 ◦ green 189 ◦ blue 171

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

Shades of Gum Leaf #A2BDAB

Tints of Gum Leaf #A2BDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.76%

R = 31.03%
G = 36.21%
B = 32.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#A2BDAB (or 0xA2BDAB) is known color: Gum Leaf. HEX triplet: A2, BD and AB. RGB value is (162,189,171). Sum of RGB (Red+Green+Blue) = 162+189+171=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDAB is #5D4254. Grayscale: #B2B2B2. Windows color (decimal): -6111829 or 11255202. OLE color: 11255202.

HSL color Cylindrical-coordinate representation of color #A2BDAB: hue angle of 140º 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 #A2BDAB is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 171 -
CMYK 0.14 0 0.10 0.26
HSL 140º 0.17% 0.69% -
HSV(B) 140º 0.14% 0.74% -
XYZ 40.45 47.02 45.47 -
YUV 178.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 162 189 171 0.14 0 0.10 0.26 140 0.17 0.69
Hex A2 BD AB E 0 A 1A 8C 11 45
Octal 242 275 253 16 0 12 32 214 21 105
Binary 10100010 10111101 10101011 1110 0 1010 11010 10001100 10001 1000101

Color Harmonies of #A2BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDAB

Black with #A2BDAB

Text Example


Text Example

White with #A2BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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