Html Css Color HEX #ADCAB7 Gum Leaf

📋 copy color: '#ADCAB7'

red 173 ◦ green 202 ◦ blue 183

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

Shades of Gum Leaf #ADCAB7

Tints of Gum Leaf #ADCAB7

RGB

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

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

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

R = 31%
G = 36.2%
B = 32.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#ADCAB7 (or 0xADCAB7) is known color: Gum Leaf. HEX triplet: AD, CA and B7. RGB value is (173,202,183). Sum of RGB (Red+Green+Blue) = 173+202+183=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB7 is #523548. Grayscale: #BFBFBF. Windows color (decimal): -5387593 or 12044973. OLE color: 12044973.

HSL color Cylindrical-coordinate representation of color #ADCAB7: hue angle of 140.69º 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 #ADCAB7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 183 -
CMYK 0.14 0 0.09 0.21
HSL 140.69º 0.21% 0.74% -
HSV(B) 140.69º 0.14% 0.79% -
XYZ 46.9 54.54 52.86 -
YUV 191.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 173 202 183 0.14 0 0.09 0.21 140.69 0.21 0.74
Hex AD CA B7 E 0 9 15 8D 15 4A
Octal 255 312 267 16 0 11 25 215 25 112
Binary 10101101 11001010 10110111 1110 0 1001 10101 10001101 10101 1001010

Color Harmonies of #ADCAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAB7

Black with #ADCAB7

Text Example


Text Example

White with #ADCAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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