Html Css Color HEX #A2BEA8 Gum Leaf

📋 copy color: '#A2BEA8'

red 162 ◦ green 190 ◦ blue 168

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

Shades of Gum Leaf #A2BEA8

Tints of Gum Leaf #A2BEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.31%

R = 31.15%
G = 36.54%
B = 32.31%

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

#A2BEA8 (or 0xA2BEA8) is known color: Gum Leaf. HEX triplet: A2, BE and A8. RGB value is (162,190,168). Sum of RGB (Red+Green+Blue) = 162+190+168=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEA8 is #5D4157. Grayscale: #B3B3B3. Windows color (decimal): -6111576 or 11058850. OLE color: 11058850.

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

Color convert

RGB 162 190 168 -
CMYK 0.15 0 0.12 0.25
HSL 132.86º 0.18% 0.69% -
HSV(B) 132.86º 0.15% 0.75% -
XYZ 40.38 47.34 44.05 -
YUV 179.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 162 190 168 0.15 0 0.12 0.25 132.86 0.18 0.69
Hex A2 BE A8 F 0 C 19 85 12 45
Octal 242 276 250 17 0 14 31 205 22 105
Binary 10100010 10111110 10101000 1111 0 1100 11001 10000101 10010 1000101

Color Harmonies of #A2BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEA8

Black with #A2BEA8

Text Example


Text Example

White with #A2BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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