Html Css Color HEX #ADC4B1 Gum Leaf

📋 copy color: '#ADC4B1'

red 173 ◦ green 196 ◦ blue 177

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

Shades of Gum Leaf #ADC4B1

Tints of Gum Leaf #ADC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.9%

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

R = 31.68%
G = 35.9%
B = 32.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#ADC4B1 (or 0xADC4B1) is known color: Gum Leaf. HEX triplet: AD, C4 and B1. RGB value is (173,196,177). Sum of RGB (Red+Green+Blue) = 173+196+177=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4B1 is #523B4E. Grayscale: #BBBBBB. Windows color (decimal): -5389135 or 11650221. OLE color: 11650221.

HSL color Cylindrical-coordinate representation of color #ADC4B1: hue angle of 130.43º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4B1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 177 -
CMYK 0.12 0 0.10 0.23
HSL 130.43º 0.16% 0.72% -
HSV(B) 130.43º 0.12% 0.77% -
XYZ 44.91 51.54 49.18 -
YUV 186.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 173 196 177 0.12 0 0.10 0.23 130.43 0.16 0.72
Hex AD C4 B1 C 0 A 17 82 10 48
Octal 255 304 261 14 0 12 27 202 20 110
Binary 10101101 11000100 10110001 1100 0 1010 10111 10000010 10000 1001000

Color Harmonies of #ADC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4B1

Black with #ADC4B1

Text Example


Text Example

White with #ADC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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