Html Css Color HEX #A2BFA9 Gum Leaf

📋 copy color: '#A2BFA9'

red 162 ◦ green 191 ◦ blue 169

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

Shades of Gum Leaf #A2BFA9

Tints of Gum Leaf #A2BFA9

RGB

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

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

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

R = 31.03%
G = 36.59%
B = 32.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#A2BFA9 (or 0xA2BFA9) is known color: Gum Leaf. HEX triplet: A2, BF and A9. RGB value is (162,191,169). Sum of RGB (Red+Green+Blue) = 162+191+169=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BFA9 is #5D4056. Grayscale: #B3B3B3. Windows color (decimal): -6111319 or 11124642. OLE color: 11124642.

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

Color convert

RGB 162 191 169 -
CMYK 0.15 0 0.12 0.25
HSL 134.48º 0.18% 0.69% -
HSV(B) 134.48º 0.15% 0.75% -
XYZ 40.69 47.81 44.62 -
YUV 179.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 162 191 169 0.15 0 0.12 0.25 134.48 0.18 0.69
Hex A2 BF A9 F 0 C 19 86 12 45
Octal 242 277 251 17 0 14 31 206 22 105
Binary 10100010 10111111 10101001 1111 0 1100 11001 10000110 10010 1000101

Color Harmonies of #A2BFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BFA9

Black with #A2BFA9

Text Example


Text Example

White with #A2BFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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