Html Css Color HEX #ADCAB0 Gum Leaf

📋 copy color: '#ADCAB0'

red 173 ◦ green 202 ◦ blue 176

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

Shades of Gum Leaf #ADCAB0

Tints of Gum Leaf #ADCAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.94%

R = 31.4%
G = 36.66%
B = 31.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#ADCAB0 (or 0xADCAB0) is known color: Gum Leaf. HEX triplet: AD, CA and B0. RGB value is (173,202,176). Sum of RGB (Red+Green+Blue) = 173+202+176=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAB0 is #52354F. Grayscale: #BEBEBE. Windows color (decimal): -5387600 or 11586221. OLE color: 11586221.

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

Color convert

RGB 173 202 176 -
CMYK 0.14 0 0.13 0.21
HSL 126.21º 0.21% 0.74% -
HSV(B) 126.21º 0.14% 0.79% -
XYZ 46.19 54.26 49.11 -
YUV 190.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 173 202 176 0.14 0 0.13 0.21 126.21 0.21 0.74
Hex AD CA B0 E 0 D 15 7E 15 4A
Octal 255 312 260 16 0 15 25 176 25 112
Binary 10101101 11001010 10110000 1110 0 1101 10101 1111110 10101 1001010

Color Harmonies of #ADCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAB0

Black with #ADCAB0

Text Example


Text Example

White with #ADCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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