Html Css Color HEX #A2BCA8 Gum Leaf

📋 copy color: '#A2BCA8'

red 162 ◦ green 188 ◦ blue 168

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

Shades of Gum Leaf #A2BCA8

Tints of Gum Leaf #A2BCA8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.29%

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

R = 31.27%
G = 36.29%
B = 32.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A2BCA8 (or 0xA2BCA8) is known color: Gum Leaf. HEX triplet: A2, BC and A8. RGB value is (162,188,168). Sum of RGB (Red+Green+Blue) = 162+188+168=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCA8 is #5D4357. Grayscale: #B1B1B1. Windows color (decimal): -6112088 or 11058338. OLE color: 11058338.

HSL color Cylindrical-coordinate representation of color #A2BCA8: hue angle of 133.85º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BCA8 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 168 -
CMYK 0.14 0 0.11 0.26
HSL 133.85º 0.16% 0.69% -
HSV(B) 133.85º 0.14% 0.74% -
XYZ 39.95 46.47 43.91 -
YUV 177.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 162 188 168 0.14 0 0.11 0.26 133.85 0.16 0.69
Hex A2 BC A8 E 0 B 1A 86 10 45
Octal 242 274 250 16 0 13 32 206 20 105
Binary 10100010 10111100 10101000 1110 0 1011 11010 10000110 10000 1000101

Color Harmonies of #A2BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCA8

Black with #A2BCA8

Text Example


Text Example

White with #A2BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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