Html Css Color HEX #ADC7B4 Gum Leaf

📋 copy color: '#ADC7B4'

red 173 ◦ green 199 ◦ blue 180

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

Shades of Gum Leaf #ADC7B4

Tints of Gum Leaf #ADC7B4

RGB

 RED value IS 173 (67.97% from 255) = 31.34%

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

 BLUE value IS 180 (70.7% from 255) = 32.61%

R = 31.34%
G = 36.05%
B = 32.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#ADC7B4 (or 0xADC7B4) is known color: Gum Leaf. HEX triplet: AD, C7 and B4. RGB value is (173,199,180). Sum of RGB (Red+Green+Blue) = 173+199+180=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7B4 is #52384B. Grayscale: #BDBDBD. Windows color (decimal): -5388364 or 11847597. OLE color: 11847597.

HSL color Cylindrical-coordinate representation of color #ADC7B4: hue angle of 136.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC7B4 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 180 -
CMYK 0.13 0 0.10 0.22
HSL 136.15º 0.19% 0.73% -
HSV(B) 136.15º 0.13% 0.78% -
XYZ 45.9 53.03 51 -
YUV 189.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 173 199 180 0.13 0 0.10 0.22 136.15 0.19 0.73
Hex AD C7 B4 D 0 A 16 88 13 49
Octal 255 307 264 15 0 12 26 210 23 111
Binary 10101101 11000111 10110100 1101 0 1010 10110 10001000 10011 1001001

Color Harmonies of #ADC7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7B4

Black with #ADC7B4

Text Example


Text Example

White with #ADC7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7B4; }

 p { color: rgb(173,199,180); }

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

background-color css

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

 a { background-color: rgb(173,199,180); }

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

border-color css

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

 span { border-color: rgb(173,199,180); }

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