Html Css Color HEX #ADCDB2 Gum Leaf

📋 copy color: '#ADCDB2'

red 173 ◦ green 205 ◦ blue 178

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

Shades of Gum Leaf #ADCDB2

Tints of Gum Leaf #ADCDB2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.87%

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

R = 31.12%
G = 36.87%
B = 32.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#ADCDB2 (or 0xADCDB2) is known color: Gum Leaf. HEX triplet: AD, CD and B2. RGB value is (173,205,178). Sum of RGB (Red+Green+Blue) = 173+205+178=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDB2 is #52324D. Grayscale: #C0C0C0. Windows color (decimal): -5386830 or 11718061. OLE color: 11718061.

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

Color convert

RGB 173 205 178 -
CMYK 0.16 0 0.13 0.20
HSL 129.38º 0.24% 0.74% -
HSV(B) 129.38º 0.16% 0.8% -
XYZ 47.1 55.76 50.4 -
YUV 192.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 173 205 178 0.16 0 0.13 0.20 129.38 0.24 0.74
Hex AD CD B2 10 0 D 14 81 18 4A
Octal 255 315 262 20 0 15 24 201 30 112
Binary 10101101 11001101 10110010 10000 0 1101 10100 10000001 11000 1001010

Color Harmonies of #ADCDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDB2

Black with #ADCDB2

Text Example


Text Example

White with #ADCDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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