Html Css Color HEX #ADBDB0 Gum Leaf

📋 copy color: '#ADBDB0'

red 173 ◦ green 189 ◦ blue 176

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

Shades of Gum Leaf #ADBDB0

Tints of Gum Leaf #ADBDB0

RGB

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

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

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

R = 32.16%
G = 35.13%
B = 32.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#ADBDB0 (or 0xADBDB0) is known color: Gum Leaf. HEX triplet: AD, BD and B0. RGB value is (173,189,176). Sum of RGB (Red+Green+Blue) = 173+189+176=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDB0 is #52424F. Grayscale: #B6B6B6. Windows color (decimal): -5390928 or 11582893. OLE color: 11582893.

HSL color Cylindrical-coordinate representation of color #ADBDB0: hue angle of 131.25º 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 #ADBDB0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 176 -
CMYK 0.08 0 0.07 0.26
HSL 131.25º 0.11% 0.71% -
HSV(B) 131.25º 0.08% 0.74% -
XYZ 43.27 48.41 48.14 -
YUV 182.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 173 189 176 0.08 0 0.07 0.26 131.25 0.11 0.71
Hex AD BD B0 8 0 7 1A 83 B 47
Octal 255 275 260 10 0 7 32 203 13 107
Binary 10101101 10111101 10110000 1000 0 111 11010 10000011 1011 1000111

Color Harmonies of #ADBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDB0

Black with #ADBDB0

Text Example


Text Example

White with #ADBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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