Html Css Color HEX #ADC1B4 Gum Leaf

📋 copy color: '#ADC1B4'

red 173 ◦ green 193 ◦ blue 180

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

Shades of Gum Leaf #ADC1B4

Tints of Gum Leaf #ADC1B4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.35%

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

R = 31.68%
G = 35.35%
B = 32.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#ADC1B4 (or 0xADC1B4) is known color: Gum Leaf. HEX triplet: AD, C1 and B4. RGB value is (173,193,180). Sum of RGB (Red+Green+Blue) = 173+193+180=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1B4 is #523E4B. Grayscale: #B9B9B9. Windows color (decimal): -5389900 or 11846061. OLE color: 11846061.

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

Color convert

RGB 173 193 180 -
CMYK 0.10 0 0.07 0.24
HSL 141º 0.14% 0.72% -
HSV(B) 141º 0.1% 0.76% -
XYZ 44.54 50.32 50.55 -
YUV 185.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 173 193 180 0.10 0 0.07 0.24 141 0.14 0.72
Hex AD C1 B4 A 0 7 18 8D E 48
Octal 255 301 264 12 0 7 30 215 16 110
Binary 10101101 11000001 10110100 1010 0 111 11000 10001101 1110 1001000

Color Harmonies of #ADC1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1B4

Black with #ADC1B4

Text Example


Text Example

White with #ADC1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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