Html Css Color HEX #ADC1B0 Gum Leaf

📋 copy color: '#ADC1B0'

red 173 ◦ green 193 ◦ blue 176

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

Shades of Gum Leaf #ADC1B0

Tints of Gum Leaf #ADC1B0

RGB

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

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

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

R = 31.92%
G = 35.61%
B = 32.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#ADC1B0 (or 0xADC1B0) is known color: Gum Leaf. HEX triplet: AD, C1 and B0. RGB value is (173,193,176). Sum of RGB (Red+Green+Blue) = 173+193+176=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1B0 is #523E4F. Grayscale: #B9B9B9. Windows color (decimal): -5389904 or 11583917. OLE color: 11583917.

HSL color Cylindrical-coordinate representation of color #ADC1B0: hue angle of 129º 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 #ADC1B0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 176 -
CMYK 0.10 0 0.09 0.24
HSL 129º 0.14% 0.72% -
HSV(B) 129º 0.1% 0.76% -
XYZ 44.14 50.16 48.43 -
YUV 185.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 173 193 176 0.10 0 0.09 0.24 129 0.14 0.72
Hex AD C1 B0 A 0 9 18 81 E 48
Octal 255 301 260 12 0 11 30 201 16 110
Binary 10101101 11000001 10110000 1010 0 1001 11000 10000001 1110 1001000

Color Harmonies of #ADC1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1B0

Black with #ADC1B0

Text Example


Text Example

White with #ADC1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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