Html Css Color HEX #ADCAB5 Gum Leaf

📋 copy color: '#ADCAB5'

red 173 ◦ green 202 ◦ blue 181

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

Shades of Gum Leaf #ADCAB5

Tints of Gum Leaf #ADCAB5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.33%

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

R = 31.12%
G = 36.33%
B = 32.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#ADCAB5 (or 0xADCAB5) is known color: Gum Leaf. HEX triplet: AD, CA and B5. RGB value is (173,202,181). Sum of RGB (Red+Green+Blue) = 173+202+181=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB5 is #52354A. Grayscale: #BEBEBE. Windows color (decimal): -5387595 or 11913901. OLE color: 11913901.

HSL color Cylindrical-coordinate representation of color #ADCAB5: hue angle of 136.55º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCAB5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 181 -
CMYK 0.14 0 0.10 0.21
HSL 136.55º 0.21% 0.74% -
HSV(B) 136.55º 0.14% 0.79% -
XYZ 46.69 54.46 51.77 -
YUV 190.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 173 202 181 0.14 0 0.10 0.21 136.55 0.21 0.74
Hex AD CA B5 E 0 A 15 89 15 4A
Octal 255 312 265 16 0 12 25 211 25 112
Binary 10101101 11001010 10110101 1110 0 1010 10101 10001001 10101 1001010

Color Harmonies of #ADCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAB5

Black with #ADCAB5

Text Example


Text Example

White with #ADCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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