Html Css Color HEX #ADCAB3 Gum Leaf

📋 copy color: '#ADCAB3'

red 173 ◦ green 202 ◦ blue 179

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

Shades of Gum Leaf #ADCAB3

Tints of Gum Leaf #ADCAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.31%

R = 31.23%
G = 36.46%
B = 32.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#ADCAB3 (or 0xADCAB3) is known color: Gum Leaf. HEX triplet: AD, CA and B3. RGB value is (173,202,179). Sum of RGB (Red+Green+Blue) = 173+202+179=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB3 is #52354C. Grayscale: #BEBEBE. Windows color (decimal): -5387597 or 11782829. OLE color: 11782829.

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

Color convert

RGB 173 202 179 -
CMYK 0.14 0 0.11 0.21
HSL 132.41º 0.21% 0.74% -
HSV(B) 132.41º 0.14% 0.79% -
XYZ 46.49 54.38 50.69 -
YUV 190.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 173 202 179 0.14 0 0.11 0.21 132.41 0.21 0.74
Hex AD CA B3 E 0 B 15 84 15 4A
Octal 255 312 263 16 0 13 25 204 25 112
Binary 10101101 11001010 10110011 1110 0 1011 10101 10000100 10101 1001010

Color Harmonies of #ADCAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAB3

Black with #ADCAB3

Text Example


Text Example

White with #ADCAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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