Html Css Color HEX #A2BFA4 Gum Leaf

📋 copy color: '#A2BFA4'

red 162 ◦ green 191 ◦ blue 164

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

Shades of Gum Leaf #A2BFA4

Tints of Gum Leaf #A2BFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.72%

R = 31.33%
G = 36.94%
B = 31.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#A2BFA4 (or 0xA2BFA4) is known color: Gum Leaf. HEX triplet: A2, BF and A4. RGB value is (162,191,164). Sum of RGB (Red+Green+Blue) = 162+191+164=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BFA4 is #5D405B. Grayscale: #B3B3B3. Windows color (decimal): -6111324 or 10796962. OLE color: 10796962.

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

Color convert

RGB 162 191 164 -
CMYK 0.15 0 0.14 0.25
HSL 124.14º 0.18% 0.69% -
HSV(B) 124.14º 0.15% 0.75% -
XYZ 40.23 47.62 42.19 -
YUV 179.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 162 191 164 0.15 0 0.14 0.25 124.14 0.18 0.69
Hex A2 BF A4 F 0 E 19 7C 12 45
Octal 242 277 244 17 0 16 31 174 22 105
Binary 10100010 10111111 10100100 1111 0 1110 11001 1111100 10010 1000101

Color Harmonies of #A2BFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BFA4

Black with #A2BFA4

Text Example


Text Example

White with #A2BFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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