Html Css Color HEX #A2BCAA Gum Leaf

📋 copy color: '#A2BCAA'

red 162 ◦ green 188 ◦ blue 170

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

Shades of Gum Leaf #A2BCAA

Tints of Gum Leaf #A2BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.15%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 31.15%
G = 36.15%
B = 32.69%

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

#A2BCAA (or 0xA2BCAA) is known color: Gum Leaf. HEX triplet: A2, BC and AA. RGB value is (162,188,170). Sum of RGB (Red+Green+Blue) = 162+188+170=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCAA is #5D4355. Grayscale: #B2B2B2. Windows color (decimal): -6112086 or 11189410. OLE color: 11189410.

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

Color convert

RGB 162 188 170 -
CMYK 0.14 0 0.10 0.26
HSL 138.46º 0.16% 0.69% -
HSV(B) 138.46º 0.14% 0.74% -
XYZ 40.14 46.55 44.9 -
YUV 178.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 162 188 170 0.14 0 0.10 0.26 138.46 0.16 0.69
Hex A2 BC AA E 0 A 1A 8A 10 45
Octal 242 274 252 16 0 12 32 212 20 105
Binary 10100010 10111100 10101010 1110 0 1010 11010 10001010 10000 1000101

Color Harmonies of #A2BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCAA

Black with #A2BCAA

Text Example


Text Example

White with #A2BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCAA; }

 p { color: rgb(162,188,170); }

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

background-color css

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

 a { background-color: rgb(162,188,170); }

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

border-color css

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

 span { border-color: rgb(162,188,170); }

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