Html Css Color HEX #ADCDB4 Gum Leaf

📋 copy color: '#ADCDB4'

red 173 ◦ green 205 ◦ blue 180

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

Shades of Gum Leaf #ADCDB4

Tints of Gum Leaf #ADCDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.26%

R = 31%
G = 36.74%
B = 32.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#ADCDB4 (or 0xADCDB4) is known color: Gum Leaf. HEX triplet: AD, CD and B4. RGB value is (173,205,180). Sum of RGB (Red+Green+Blue) = 173+205+180=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDB4 is #52324B. Grayscale: #C0C0C0. Windows color (decimal): -5386828 or 11849133. OLE color: 11849133.

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

Color convert

RGB 173 205 180 -
CMYK 0.16 0 0.12 0.20
HSL 133.13º 0.24% 0.74% -
HSV(B) 133.13º 0.16% 0.8% -
XYZ 47.3 55.84 51.47 -
YUV 192.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 173 205 180 0.16 0 0.12 0.20 133.13 0.24 0.74
Hex AD CD B4 10 0 C 14 85 18 4A
Octal 255 315 264 20 0 14 24 205 30 112
Binary 10101101 11001101 10110100 10000 0 1100 10100 10000101 11000 1001010

Color Harmonies of #ADCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDB4

Black with #ADCDB4

Text Example


Text Example

White with #ADCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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