Html Css Color HEX #ADC2B2 Gum Leaf

📋 copy color: '#ADC2B2'

red 173 ◦ green 194 ◦ blue 178

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

Shades of Gum Leaf #ADC2B2

Tints of Gum Leaf #ADC2B2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 31.74%
G = 35.6%
B = 32.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#ADC2B2 (or 0xADC2B2) is known color: Gum Leaf. HEX triplet: AD, C2 and B2. RGB value is (173,194,178). Sum of RGB (Red+Green+Blue) = 173+194+178=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2B2 is #523D4D. Grayscale: #B9B9B9. Windows color (decimal): -5389646 or 11715245. OLE color: 11715245.

HSL color Cylindrical-coordinate representation of color #ADC2B2: hue angle of 134.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2B2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 178 -
CMYK 0.11 0 0.08 0.24
HSL 134.29º 0.15% 0.72% -
HSV(B) 134.29º 0.11% 0.76% -
XYZ 44.56 50.68 49.55 -
YUV 185.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 173 194 178 0.11 0 0.08 0.24 134.29 0.15 0.72
Hex AD C2 B2 B 0 8 18 86 F 48
Octal 255 302 262 13 0 10 30 206 17 110
Binary 10101101 11000010 10110010 1011 0 1000 11000 10000110 1111 1001000

Color Harmonies of #ADC2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2B2

Black with #ADC2B2

Text Example


Text Example

White with #ADC2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2B2; }

 p { color: rgb(173,194,178); }

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

background-color css

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

 a { background-color: rgb(173,194,178); }

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

border-color css

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

 span { border-color: rgb(173,194,178); }

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