Html Css Color HEX #ADC4B2 Gum Leaf

📋 copy color: '#ADC4B2'

red 173 ◦ green 196 ◦ blue 178

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

Shades of Gum Leaf #ADC4B2

Tints of Gum Leaf #ADC4B2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.83%

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

R = 31.63%
G = 35.83%
B = 32.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#ADC4B2 (or 0xADC4B2) is known color: Gum Leaf. HEX triplet: AD, C4 and B2. RGB value is (173,196,178). Sum of RGB (Red+Green+Blue) = 173+196+178=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4B2 is #523B4D. Grayscale: #BBBBBB. Windows color (decimal): -5389134 or 11715757. OLE color: 11715757.

HSL color Cylindrical-coordinate representation of color #ADC4B2: hue angle of 133.04º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4B2 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 178 -
CMYK 0.12 0 0.09 0.23
HSL 133.04º 0.16% 0.72% -
HSV(B) 133.04º 0.12% 0.77% -
XYZ 45.01 51.58 49.7 -
YUV 187.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 173 196 178 0.12 0 0.09 0.23 133.04 0.16 0.72
Hex AD C4 B2 C 0 9 17 85 10 48
Octal 255 304 262 14 0 11 27 205 20 110
Binary 10101101 11000100 10110010 1100 0 1001 10111 10000101 10000 1001000

Color Harmonies of #ADC4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4B2

Black with #ADC4B2

Text Example


Text Example

White with #ADC4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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