Html Css Color HEX #ADC1B3 Gum Leaf

📋 copy color: '#ADC1B3'

red 173 ◦ green 193 ◦ blue 179

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

Shades of Gum Leaf #ADC1B3

Tints of Gum Leaf #ADC1B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 31.74%
G = 35.41%
B = 32.84%

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

#ADC1B3 (or 0xADC1B3) is known color: Gum Leaf. HEX triplet: AD, C1 and B3. RGB value is (173,193,179). Sum of RGB (Red+Green+Blue) = 173+193+179=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1B3 is #523E4C. Grayscale: #B9B9B9. Windows color (decimal): -5389901 or 11780525. OLE color: 11780525.

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

Color convert

RGB 173 193 179 -
CMYK 0.10 0 0.07 0.24
HSL 138º 0.14% 0.72% -
HSV(B) 138º 0.1% 0.76% -
XYZ 44.44 50.28 50.01 -
YUV 185.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 173 193 179 0.10 0 0.07 0.24 138 0.14 0.72
Hex AD C1 B3 A 0 7 18 8A E 48
Octal 255 301 263 12 0 7 30 212 16 110
Binary 10101101 11000001 10110011 1010 0 111 11000 10001010 1110 1001000

Color Harmonies of #ADC1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1B3

Black with #ADC1B3

Text Example


Text Example

White with #ADC1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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