Html Css Color HEX #ADCDB7 Gum Leaf

📋 copy color: '#ADCDB7'

red 173 ◦ green 205 ◦ blue 183

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

Shades of Gum Leaf #ADCDB7

Tints of Gum Leaf #ADCDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.62%

R = 30.84%
G = 36.54%
B = 32.62%

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

#ADCDB7 (or 0xADCDB7) is known color: Gum Leaf. HEX triplet: AD, CD and B7. RGB value is (173,205,183). Sum of RGB (Red+Green+Blue) = 173+205+183=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDB7 is #523248. Grayscale: #C0C0C0. Windows color (decimal): -5386825 or 12045741. OLE color: 12045741.

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

Color convert

RGB 173 205 183 -
CMYK 0.16 0 0.11 0.20
HSL 138.75º 0.24% 0.74% -
HSV(B) 138.75º 0.16% 0.8% -
XYZ 47.61 55.97 53.09 -
YUV 192.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 173 205 183 0.16 0 0.11 0.20 138.75 0.24 0.74
Hex AD CD B7 10 0 B 14 8B 18 4A
Octal 255 315 267 20 0 13 24 213 30 112
Binary 10101101 11001101 10110111 10000 0 1011 10100 10001011 11000 1001010

Color Harmonies of #ADCDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDB7

Black with #ADCDB7

Text Example


Text Example

White with #ADCDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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