Html Css Color HEX #A6CBAA Gum Leaf

📋 copy color: '#A6CBAA'

red 166 ◦ green 203 ◦ blue 170

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

Shades of Gum Leaf #A6CBAA

Tints of Gum Leaf #A6CBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 30.8%
G = 37.66%
B = 31.54%

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

#A6CBAA (or 0xA6CBAA) is known color: Gum Leaf. HEX triplet: A6, CB and AA. RGB value is (166,203,170). Sum of RGB (Red+Green+Blue) = 166+203+170=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CBAA is #593455. Grayscale: #BCBCBC. Windows color (decimal): -5846102 or 11193254. OLE color: 11193254.

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

Color convert

RGB 166 203 170 -
CMYK 0.18 0 0.16 0.20
HSL 126.49º 0.26% 0.72% -
HSV(B) 126.49º 0.18% 0.8% -
XYZ 44.34 53.72 46.06 -
YUV 188.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 166 203 170 0.18 0 0.16 0.20 126.49 0.26 0.72
Hex A6 CB AA 12 0 10 14 7E 1A 48
Octal 246 313 252 22 0 20 24 176 32 110
Binary 10100110 11001011 10101010 10010 0 10000 10100 1111110 11010 1001000

Color Harmonies of #A6CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBAA

Black with #A6CBAA

Text Example


Text Example

White with #A6CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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