Html Css Color HEX #A6BCA9 Gum Leaf

📋 copy color: '#A6BCA9'

red 166 ◦ green 188 ◦ blue 169

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

Shades of Gum Leaf #A6BCA9

Tints of Gum Leaf #A6BCA9

RGB

 RED value IS 166 (65.23% from 255) = 31.74%

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

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

R = 31.74%
G = 35.95%
B = 32.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#A6BCA9 (or 0xA6BCA9) is known color: Gum Leaf. HEX triplet: A6, BC and A9. RGB value is (166,188,169). Sum of RGB (Red+Green+Blue) = 166+188+169=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCA9 is #594356. Grayscale: #B3B3B3. Windows color (decimal): -5849943 or 11123878. OLE color: 11123878.

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

Color convert

RGB 166 188 169 -
CMYK 0.12 0 0.10 0.26
HSL 128.18º 0.14% 0.69% -
HSV(B) 128.18º 0.12% 0.74% -
XYZ 40.87 46.94 44.44 -
YUV 179.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 166 188 169 0.12 0 0.10 0.26 128.18 0.14 0.69
Hex A6 BC A9 C 0 A 1A 80 E 45
Octal 246 274 251 14 0 12 32 200 16 105
Binary 10100110 10111100 10101001 1100 0 1010 11010 10000000 1110 1000101

Color Harmonies of #A6BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCA9

Black with #A6BCA9

Text Example


Text Example

White with #A6BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCA9; }

 p { color: rgb(166,188,169); }

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

background-color css

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

 a { background-color: rgb(166,188,169); }

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

border-color css

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

 span { border-color: rgb(166,188,169); }

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