Html Css Color HEX #A6CBB1 Gum Leaf

📋 copy color: '#A6CBB1'

red 166 ◦ green 203 ◦ blue 177

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

Shades of Gum Leaf #A6CBB1

Tints of Gum Leaf #A6CBB1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.18%

 BLUE value IS 177 (69.53% from 255) = 32.42%

R = 30.4%
G = 37.18%
B = 32.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#A6CBB1 (or 0xA6CBB1) is known color: Gum Leaf. HEX triplet: A6, CB and B1. RGB value is (166,203,177). Sum of RGB (Red+Green+Blue) = 166+203+177=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CBB1 is #59344E. Grayscale: #BDBDBD. Windows color (decimal): -5846095 or 11652006. OLE color: 11652006.

HSL color Cylindrical-coordinate representation of color #A6CBB1: hue angle of 137.84º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CBB1 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 203 177 -
CMYK 0.18 0 0.13 0.20
HSL 137.84º 0.26% 0.72% -
HSV(B) 137.84º 0.18% 0.8% -
XYZ 45.02 53.99 49.64 -
YUV 188.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 166 203 177 0.18 0 0.13 0.20 137.84 0.26 0.72
Hex A6 CB B1 12 0 D 14 8A 1A 48
Octal 246 313 261 22 0 15 24 212 32 110
Binary 10100110 11001011 10110001 10010 0 1101 10100 10001010 11010 1001000

Color Harmonies of #A6CBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBB1

Black with #A6CBB1

Text Example


Text Example

White with #A6CBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBB1; }

 p { color: rgb(166,203,177); }

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

background-color css

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

 a { background-color: rgb(166,203,177); }

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

border-color css

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

 span { border-color: rgb(166,203,177); }

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