Html Css Color HEX #A6BBA9 Gum Leaf

📋 copy color: '#A6BBA9'

red 166 ◦ green 187 ◦ blue 169

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

Shades of Gum Leaf #A6BBA9

Tints of Gum Leaf #A6BBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.82%

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

R = 31.8%
G = 35.82%
B = 32.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#A6BBA9 (or 0xA6BBA9) is known color: Gum Leaf. HEX triplet: A6, BB and A9. RGB value is (166,187,169). Sum of RGB (Red+Green+Blue) = 166+187+169=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BBA9 is #594456. Grayscale: #B2B2B2. Windows color (decimal): -5850199 or 11123622. OLE color: 11123622.

HSL color Cylindrical-coordinate representation of color #A6BBA9: hue angle of 128.57º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6BBA9 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 187 169 -
CMYK 0.11 0 0.10 0.27
HSL 128.57º 0.13% 0.69% -
HSV(B) 128.57º 0.11% 0.73% -
XYZ 40.66 46.51 44.37 -
YUV 178.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 166 187 169 0.11 0 0.10 0.27 128.57 0.13 0.69
Hex A6 BB A9 B 0 A 1B 81 D 45
Octal 246 273 251 13 0 12 33 201 15 105
Binary 10100110 10111011 10101001 1011 0 1010 11011 10000001 1101 1000101

Color Harmonies of #A6BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBA9

Black with #A6BBA9

Text Example


Text Example

White with #A6BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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