Html Css Color HEX #ADCDB1 Gum Leaf

📋 copy color: '#ADCDB1'

red 173 ◦ green 205 ◦ blue 177

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

Shades of Gum Leaf #ADCDB1

Tints of Gum Leaf #ADCDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.94%

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

R = 31.17%
G = 36.94%
B = 31.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#ADCDB1 (or 0xADCDB1) is known color: Gum Leaf. HEX triplet: AD, CD and B1. RGB value is (173,205,177). Sum of RGB (Red+Green+Blue) = 173+205+177=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDB1 is #52324E. Grayscale: #C0C0C0. Windows color (decimal): -5386831 or 11652525. OLE color: 11652525.

HSL color Cylindrical-coordinate representation of color #ADCDB1: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDB1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 177 -
CMYK 0.16 0 0.14 0.20
HSL 127.5º 0.24% 0.74% -
HSV(B) 127.5º 0.16% 0.8% -
XYZ 47 55.72 49.87 -
YUV 192.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 173 205 177 0.16 0 0.14 0.20 127.5 0.24 0.74
Hex AD CD B1 10 0 E 14 80 18 4A
Octal 255 315 261 20 0 16 24 200 30 112
Binary 10101101 11001101 10110001 10000 0 1110 10100 10000000 11000 1001010

Color Harmonies of #ADCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDB1

Black with #ADCDB1

Text Example


Text Example

White with #ADCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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