Html Css Color HEX #ADCBB5 Gum Leaf

📋 copy color: '#ADCBB5'

red 173 ◦ green 203 ◦ blue 181

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

Shades of Gum Leaf #ADCBB5

Tints of Gum Leaf #ADCBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 31.06%
G = 36.45%
B = 32.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#ADCBB5 (or 0xADCBB5) is known color: Gum Leaf. HEX triplet: AD, CB and B5. RGB value is (173,203,181). Sum of RGB (Red+Green+Blue) = 173+203+181=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBB5 is #52344A. Grayscale: #BFBFBF. Windows color (decimal): -5387339 or 11914157. OLE color: 11914157.

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

Color convert

RGB 173 203 181 -
CMYK 0.15 0 0.11 0.20
HSL 136º 0.22% 0.74% -
HSV(B) 136º 0.15% 0.8% -
XYZ 46.93 54.93 51.85 -
YUV 191.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 173 203 181 0.15 0 0.11 0.20 136 0.22 0.74
Hex AD CB B5 F 0 B 14 88 16 4A
Octal 255 313 265 17 0 13 24 210 26 112
Binary 10101101 11001011 10110101 1111 0 1011 10100 10001000 10110 1001010

Color Harmonies of #ADCBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBB5

Black with #ADCBB5

Text Example


Text Example

White with #ADCBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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