Html Css Color HEX #ADCDB5 Gum Leaf

📋 copy color: '#ADCDB5'

red 173 ◦ green 205 ◦ blue 181

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

Shades of Gum Leaf #ADCDB5

Tints of Gum Leaf #ADCDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.38%

R = 30.95%
G = 36.67%
B = 32.38%

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

#ADCDB5 (or 0xADCDB5) is known color: Gum Leaf. HEX triplet: AD, CD and B5. RGB value is (173,205,181). Sum of RGB (Red+Green+Blue) = 173+205+181=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDB5 is #52324A. Grayscale: #C0C0C0. Windows color (decimal): -5386827 or 11914669. OLE color: 11914669.

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

Color convert

RGB 173 205 181 -
CMYK 0.16 0 0.12 0.20
HSL 135º 0.24% 0.74% -
HSV(B) 135º 0.16% 0.8% -
XYZ 47.41 55.88 52 -
YUV 192.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 173 205 181 0.16 0 0.12 0.20 135 0.24 0.74
Hex AD CD B5 10 0 C 14 87 18 4A
Octal 255 315 265 20 0 14 24 207 30 112
Binary 10101101 11001101 10110101 10000 0 1100 10100 10000111 11000 1001010

Color Harmonies of #ADCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDB5

Black with #ADCDB5

Text Example


Text Example

White with #ADCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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