Html Css Color HEX #ADC1B1 Gum Leaf

📋 copy color: '#ADC1B1'

red 173 ◦ green 193 ◦ blue 177

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

Shades of Gum Leaf #ADC1B1

Tints of Gum Leaf #ADC1B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.6%

R = 31.86%
G = 35.54%
B = 32.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#ADC1B1 (or 0xADC1B1) is known color: Gum Leaf. HEX triplet: AD, C1 and B1. RGB value is (173,193,177). Sum of RGB (Red+Green+Blue) = 173+193+177=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1B1 is #523E4E. Grayscale: #B9B9B9. Windows color (decimal): -5389903 or 11649453. OLE color: 11649453.

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

Color convert

RGB 173 193 177 -
CMYK 0.10 0 0.08 0.24
HSL 132º 0.14% 0.72% -
HSV(B) 132º 0.1% 0.76% -
XYZ 44.24 50.2 48.95 -
YUV 185.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 173 193 177 0.10 0 0.08 0.24 132 0.14 0.72
Hex AD C1 B1 A 0 8 18 84 E 48
Octal 255 301 261 12 0 10 30 204 16 110
Binary 10101101 11000001 10110001 1010 0 1000 11000 10000100 1110 1001000

Color Harmonies of #ADC1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1B1

Black with #ADC1B1

Text Example


Text Example

White with #ADC1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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