Html Css Color HEX #ADCDB6 Gum Leaf

📋 copy color: '#ADCDB6'

red 173 ◦ green 205 ◦ blue 182

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

Shades of Gum Leaf #ADCDB6

Tints of Gum Leaf #ADCDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.5%

R = 30.89%
G = 36.61%
B = 32.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#ADCDB6 (or 0xADCDB6) is known color: Gum Leaf. HEX triplet: AD, CD and B6. RGB value is (173,205,182). Sum of RGB (Red+Green+Blue) = 173+205+182=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDB6 is #523249. Grayscale: #C0C0C0. Windows color (decimal): -5386826 or 11980205. OLE color: 11980205.

HSL color Cylindrical-coordinate representation of color #ADCDB6: hue angle of 136.88º 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 #ADCDB6 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 182 -
CMYK 0.16 0 0.11 0.20
HSL 136.88º 0.24% 0.74% -
HSV(B) 136.88º 0.16% 0.8% -
XYZ 47.51 55.92 52.55 -
YUV 192.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 173 205 182 0.16 0 0.11 0.20 136.88 0.24 0.74
Hex AD CD B6 10 0 B 14 89 18 4A
Octal 255 315 266 20 0 13 24 211 30 112
Binary 10101101 11001101 10110110 10000 0 1011 10100 10001001 11000 1001010

Color Harmonies of #ADCDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDB6

Black with #ADCDB6

Text Example


Text Example

White with #ADCDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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