Html Css Color HEX #A6BBA8 Gum Leaf

📋 copy color: '#A6BBA8'

red 166 ◦ green 187 ◦ blue 168

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

Shades of Gum Leaf #A6BBA8

Tints of Gum Leaf #A6BBA8

RGB

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

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

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

R = 31.86%
G = 35.89%
B = 32.25%

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

#A6BBA8 (or 0xA6BBA8) is known color: Gum Leaf. HEX triplet: A6, BB and A8. RGB value is (166,187,168). Sum of RGB (Red+Green+Blue) = 166+187+168=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BBA8 is #594457. Grayscale: #B2B2B2. Windows color (decimal): -5850200 or 11058086. OLE color: 11058086.

HSL color Cylindrical-coordinate representation of color #A6BBA8: hue angle of 125.71º 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 #A6BBA8 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 187 168 -
CMYK 0.11 0 0.10 0.27
HSL 125.71º 0.13% 0.69% -
HSV(B) 125.71º 0.11% 0.73% -
XYZ 40.56 46.47 43.88 -
YUV 178.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 166 187 168 0.11 0 0.10 0.27 125.71 0.13 0.69
Hex A6 BB A8 B 0 A 1B 7E D 45
Octal 246 273 250 13 0 12 33 176 15 105
Binary 10100110 10111011 10101000 1011 0 1010 11011 1111110 1101 1000101

Color Harmonies of #A6BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBA8

Black with #A6BBA8

Text Example


Text Example

White with #A6BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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