Html Css Color HEX #ADCDB8 Gum Leaf

📋 copy color: '#ADCDB8'

red 173 ◦ green 205 ◦ blue 184

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

Shades of Gum Leaf #ADCDB8

Tints of Gum Leaf #ADCDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.74%

R = 30.78%
G = 36.48%
B = 32.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#ADCDB8 (or 0xADCDB8) is known color: Gum Leaf. HEX triplet: AD, CD and B8. RGB value is (173,205,184). Sum of RGB (Red+Green+Blue) = 173+205+184=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDB8 is #523247. Grayscale: #C1C1C1. Windows color (decimal): -5386824 or 12111277. OLE color: 12111277.

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

Color convert

RGB 173 205 184 -
CMYK 0.16 0 0.10 0.20
HSL 140.63º 0.24% 0.74% -
HSV(B) 140.63º 0.16% 0.8% -
XYZ 47.72 56.01 53.64 -
YUV 193.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 173 205 184 0.16 0 0.10 0.20 140.63 0.24 0.74
Hex AD CD B8 10 0 A 14 8D 18 4A
Octal 255 315 270 20 0 12 24 215 30 112
Binary 10101101 11001101 10111000 10000 0 1010 10100 10001101 11000 1001010

Color Harmonies of #ADCDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDB8

Black with #ADCDB8

Text Example


Text Example

White with #ADCDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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