Html Css Color HEX #ADBDB1 Gum Leaf

📋 copy color: '#ADBDB1'

red 173 ◦ green 189 ◦ blue 177

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

Shades of Gum Leaf #ADBDB1

Tints of Gum Leaf #ADBDB1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

 BLUE value IS 177 (69.53% from 255) = 32.84%

R = 32.1%
G = 35.06%
B = 32.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#ADBDB1 (or 0xADBDB1) is known color: Gum Leaf. HEX triplet: AD, BD and B1. RGB value is (173,189,177). Sum of RGB (Red+Green+Blue) = 173+189+177=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDB1 is #52424E. Grayscale: #B6B6B6. Windows color (decimal): -5390927 or 11648429. OLE color: 11648429.

HSL color Cylindrical-coordinate representation of color #ADBDB1: hue angle of 135º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDB1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 177 -
CMYK 0.08 0 0.06 0.26
HSL 135º 0.11% 0.71% -
HSV(B) 135º 0.08% 0.74% -
XYZ 43.37 48.45 48.66 -
YUV 182.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 173 189 177 0.08 0 0.06 0.26 135 0.11 0.71
Hex AD BD B1 8 0 6 1A 87 B 47
Octal 255 275 261 10 0 6 32 207 13 107
Binary 10101101 10111101 10110001 1000 0 110 11010 10000111 1011 1000111

Color Harmonies of #ADBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDB1

Black with #ADBDB1

Text Example


Text Example

White with #ADBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDB1; }

 p { color: rgb(173,189,177); }

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

background-color css

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

 a { background-color: rgb(173,189,177); }

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

border-color css

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

 span { border-color: rgb(173,189,177); }

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