Html Css Color HEX #ADCBB7 Gum Leaf

📋 copy color: '#ADCBB7'

red 173 ◦ green 203 ◦ blue 183

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

Shades of Gum Leaf #ADCBB7

Tints of Gum Leaf #ADCBB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.74%

R = 30.95%
G = 36.31%
B = 32.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#ADCBB7 (or 0xADCBB7) is known color: Gum Leaf. HEX triplet: AD, CB and B7. RGB value is (173,203,183). Sum of RGB (Red+Green+Blue) = 173+203+183=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBB7 is #523448. Grayscale: #BFBFBF. Windows color (decimal): -5387337 or 12045229. OLE color: 12045229.

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

Color convert

RGB 173 203 183 -
CMYK 0.15 0 0.10 0.20
HSL 140º 0.22% 0.74% -
HSV(B) 140º 0.15% 0.8% -
XYZ 47.14 55.02 52.93 -
YUV 191.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 173 203 183 0.15 0 0.10 0.20 140 0.22 0.74
Hex AD CB B7 F 0 A 14 8C 16 4A
Octal 255 313 267 17 0 12 24 214 26 112
Binary 10101101 11001011 10110111 1111 0 1010 10100 10001100 10110 1001010

Color Harmonies of #ADCBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBB7

Black with #ADCBB7

Text Example


Text Example

White with #ADCBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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