Html Css Color HEX #A2BFA7 Gum Leaf

📋 copy color: '#A2BFA7'

red 162 ◦ green 191 ◦ blue 167

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

Shades of Gum Leaf #A2BFA7

Tints of Gum Leaf #A2BFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.12%

R = 31.15%
G = 36.73%
B = 32.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#A2BFA7 (or 0xA2BFA7) is known color: Gum Leaf. HEX triplet: A2, BF and A7. RGB value is (162,191,167). Sum of RGB (Red+Green+Blue) = 162+191+167=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BFA7 is #5D4058. Grayscale: #B3B3B3. Windows color (decimal): -6111321 or 10993570. OLE color: 10993570.

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

Color convert

RGB 162 191 167 -
CMYK 0.15 0 0.13 0.25
HSL 130.34º 0.18% 0.69% -
HSV(B) 130.34º 0.15% 0.75% -
XYZ 40.51 47.73 43.64 -
YUV 179.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 162 191 167 0.15 0 0.13 0.25 130.34 0.18 0.69
Hex A2 BF A7 F 0 D 19 82 12 45
Octal 242 277 247 17 0 15 31 202 22 105
Binary 10100010 10111111 10100111 1111 0 1101 11001 10000010 10010 1000101

Color Harmonies of #A2BFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BFA7

Black with #A2BFA7

Text Example


Text Example

White with #A2BFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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