Html Css Color HEX #A2BFAB Gum Leaf

📋 copy color: '#A2BFAB'

red 162 ◦ green 191 ◦ blue 171

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

Shades of Gum Leaf #A2BFAB

Tints of Gum Leaf #A2BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.45%

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

R = 30.92%
G = 36.45%
B = 32.63%

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

#A2BFAB (or 0xA2BFAB) is known color: Gum Leaf. HEX triplet: A2, BF and AB. RGB value is (162,191,171). Sum of RGB (Red+Green+Blue) = 162+191+171=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BFAB is #5D4054. Grayscale: #B4B4B4. Windows color (decimal): -6111317 or 11255714. OLE color: 11255714.

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

Color convert

RGB 162 191 171 -
CMYK 0.15 0 0.10 0.25
HSL 138.62º 0.18% 0.69% -
HSV(B) 138.62º 0.15% 0.75% -
XYZ 40.88 47.88 45.62 -
YUV 180.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 162 191 171 0.15 0 0.10 0.25 138.62 0.18 0.69
Hex A2 BF AB F 0 A 19 8B 12 45
Octal 242 277 253 17 0 12 31 213 22 105
Binary 10100010 10111111 10101011 1111 0 1010 11001 10001011 10010 1000101

Color Harmonies of #A2BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BFAB

Black with #A2BFAB

Text Example


Text Example

White with #A2BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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