Html Css Color HEX #ADC2B4 Gum Leaf

📋 copy color: '#ADC2B4'

red 173 ◦ green 194 ◦ blue 180

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

Shades of Gum Leaf #ADC2B4

Tints of Gum Leaf #ADC2B4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.47%

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

R = 31.63%
G = 35.47%
B = 32.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#ADC2B4 (or 0xADC2B4) is known color: Gum Leaf. HEX triplet: AD, C2 and B4. RGB value is (173,194,180). Sum of RGB (Red+Green+Blue) = 173+194+180=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2B4 is #523D4B. Grayscale: #BABABA. Windows color (decimal): -5389644 or 11846317. OLE color: 11846317.

HSL color Cylindrical-coordinate representation of color #ADC2B4: hue angle of 140º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2B4 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 180 -
CMYK 0.11 0 0.07 0.24
HSL 140º 0.15% 0.72% -
HSV(B) 140º 0.11% 0.76% -
XYZ 44.76 50.76 50.62 -
YUV 186.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 173 194 180 0.11 0 0.07 0.24 140 0.15 0.72
Hex AD C2 B4 B 0 7 18 8C F 48
Octal 255 302 264 13 0 7 30 214 17 110
Binary 10101101 11000010 10110100 1011 0 111 11000 10001100 1111 1001000

Color Harmonies of #ADC2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2B4

Black with #ADC2B4

Text Example


Text Example

White with #ADC2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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