Html Css Color HEX #ADCBB1 Gum Leaf

📋 copy color: '#ADCBB1'

red 173 ◦ green 203 ◦ blue 177

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

Shades of Gum Leaf #ADCBB1

Tints of Gum Leaf #ADCBB1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.71%

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

R = 31.28%
G = 36.71%
B = 32.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#ADCBB1 (or 0xADCBB1) is known color: Gum Leaf. HEX triplet: AD, CB and B1. RGB value is (173,203,177). Sum of RGB (Red+Green+Blue) = 173+203+177=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBB1 is #52344E. Grayscale: #BFBFBF. Windows color (decimal): -5387343 or 11652013. OLE color: 11652013.

HSL color Cylindrical-coordinate representation of color #ADCBB1: hue angle of 128º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCBB1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 177 -
CMYK 0.15 0 0.13 0.20
HSL 128º 0.22% 0.74% -
HSV(B) 128º 0.15% 0.8% -
XYZ 46.53 54.77 49.71 -
YUV 191.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 173 203 177 0.15 0 0.13 0.20 128 0.22 0.74
Hex AD CB B1 F 0 D 14 80 16 4A
Octal 255 313 261 17 0 15 24 200 26 112
Binary 10101101 11001011 10110001 1111 0 1101 10100 10000000 10110 1001010

Color Harmonies of #ADCBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBB1

Black with #ADCBB1

Text Example


Text Example

White with #ADCBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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