Html Css Color HEX #A6CBAB Gum Leaf

📋 copy color: '#A6CBAB'

red 166 ◦ green 203 ◦ blue 171

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

Shades of Gum Leaf #A6CBAB

Tints of Gum Leaf #A6CBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.67%

R = 30.74%
G = 37.59%
B = 31.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#A6CBAB (or 0xA6CBAB) is known color: Gum Leaf. HEX triplet: A6, CB and AB. RGB value is (166,203,171). Sum of RGB (Red+Green+Blue) = 166+203+171=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CBAB is #593454. Grayscale: #BCBCBC. Windows color (decimal): -5846101 or 11258790. OLE color: 11258790.

HSL color Cylindrical-coordinate representation of color #A6CBAB: hue angle of 128.11º 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 #A6CBAB is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 203 171 -
CMYK 0.18 0 0.16 0.20
HSL 128.11º 0.26% 0.72% -
HSV(B) 128.11º 0.18% 0.8% -
XYZ 44.43 53.76 46.56 -
YUV 188.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 166 203 171 0.18 0 0.16 0.20 128.11 0.26 0.72
Hex A6 CB AB 12 0 10 14 80 1A 48
Octal 246 313 253 22 0 20 24 200 32 110
Binary 10100110 11001011 10101011 10010 0 10000 10100 10000000 11010 1001000

Color Harmonies of #A6CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBAB

Black with #A6CBAB

Text Example


Text Example

White with #A6CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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