Html Css Color HEX #A6BDA9 Gum Leaf

📋 copy color: '#A6BDA9'

red 166 ◦ green 189 ◦ blue 169

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

Shades of Gum Leaf #A6BDA9

Tints of Gum Leaf #A6BDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.07%

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

R = 31.68%
G = 36.07%
B = 32.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A6BDA9 (or 0xA6BDA9) is known color: Gum Leaf. HEX triplet: A6, BD and A9. RGB value is (166,189,169). Sum of RGB (Red+Green+Blue) = 166+189+169=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA9 is #594256. Grayscale: #B3B3B3. Windows color (decimal): -5849687 or 11124134. OLE color: 11124134.

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

Color convert

RGB 166 189 169 -
CMYK 0.12 0 0.11 0.26
HSL 127.83º 0.15% 0.7% -
HSV(B) 127.83º 0.12% 0.74% -
XYZ 41.08 47.37 44.51 -
YUV 179.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 166 189 169 0.12 0 0.11 0.26 127.83 0.15 0.7
Hex A6 BD A9 C 0 B 1A 80 F 46
Octal 246 275 251 14 0 13 32 200 17 106
Binary 10100110 10111101 10101001 1100 0 1011 11010 10000000 1111 1000110

Color Harmonies of #A6BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDA9

Black with #A6BDA9

Text Example


Text Example

White with #A6BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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