Html Css Color HEX #A6C7B0 Gum Leaf

📋 copy color: '#A6C7B0'

red 166 ◦ green 199 ◦ blue 176

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

Shades of Gum Leaf #A6C7B0

Tints of Gum Leaf #A6C7B0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.78%

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 30.68%
G = 36.78%
B = 32.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#A6C7B0 (or 0xA6C7B0) is known color: Gum Leaf. HEX triplet: A6, C7 and B0. RGB value is (166,199,176). Sum of RGB (Red+Green+Blue) = 166+199+176=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C7B0 is #59384F. Grayscale: #BABABA. Windows color (decimal): -5847120 or 11585446. OLE color: 11585446.

HSL color Cylindrical-coordinate representation of color #A6C7B0: hue angle of 138.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C7B0 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 199 176 -
CMYK 0.17 0 0.12 0.22
HSL 138.18º 0.23% 0.72% -
HSV(B) 138.18º 0.17% 0.78% -
XYZ 43.99 52.09 48.81 -
YUV 186.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 166 199 176 0.17 0 0.12 0.22 138.18 0.23 0.72
Hex A6 C7 B0 11 0 C 16 8A 17 48
Octal 246 307 260 21 0 14 26 212 27 110
Binary 10100110 11000111 10110000 10001 0 1100 10110 10001010 10111 1001000

Color Harmonies of #A6C7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C7B0

Black with #A6C7B0

Text Example


Text Example

White with #A6C7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C7B0; }

 p { color: rgb(166,199,176); }

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

background-color css

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

 a { background-color: rgb(166,199,176); }

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

border-color css

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

 span { border-color: rgb(166,199,176); }

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