Html Css Color HEX #A2BEAB Gum Leaf

📋 copy color: '#A2BEAB'

red 162 ◦ green 190 ◦ blue 171

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

Shades of Gum Leaf #A2BEAB

Tints of Gum Leaf #A2BEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.33%

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

R = 30.98%
G = 36.33%
B = 32.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A2BEAB (or 0xA2BEAB) is known color: Gum Leaf. HEX triplet: A2, BE and AB. RGB value is (162,190,171). Sum of RGB (Red+Green+Blue) = 162+190+171=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEAB is #5D4154. Grayscale: #B3B3B3. Windows color (decimal): -6111573 or 11255458. OLE color: 11255458.

HSL color Cylindrical-coordinate representation of color #A2BEAB: hue angle of 139.29º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BEAB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 171 -
CMYK 0.15 0 0.10 0.25
HSL 139.29º 0.18% 0.69% -
HSV(B) 139.29º 0.15% 0.75% -
XYZ 40.66 47.45 45.54 -
YUV 179.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 162 190 171 0.15 0 0.10 0.25 139.29 0.18 0.69
Hex A2 BE AB F 0 A 19 8B 12 45
Octal 242 276 253 17 0 12 31 213 22 105
Binary 10100010 10111110 10101011 1111 0 1010 11001 10001011 10010 1000101

Color Harmonies of #A2BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEAB

Black with #A2BEAB

Text Example


Text Example

White with #A2BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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