Html Css Color HEX #ADCEB2 Gum Leaf

📋 copy color: '#ADCEB2'

red 173 ◦ green 206 ◦ blue 178

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

Shades of Gum Leaf #ADCEB2

Tints of Gum Leaf #ADCEB2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.98%

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

R = 31.06%
G = 36.98%
B = 31.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#ADCEB2 (or 0xADCEB2) is known color: Gum Leaf. HEX triplet: AD, CE and B2. RGB value is (173,206,178). Sum of RGB (Red+Green+Blue) = 173+206+178=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEB2 is #52314D. Grayscale: #C1C1C1. Windows color (decimal): -5386574 or 11718317. OLE color: 11718317.

HSL color Cylindrical-coordinate representation of color #ADCEB2: hue angle of 129.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEB2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 178 -
CMYK 0.16 0 0.14 0.19
HSL 129.09º 0.25% 0.74% -
HSV(B) 129.09º 0.16% 0.81% -
XYZ 47.34 56.24 50.48 -
YUV 192.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 173 206 178 0.16 0 0.14 0.19 129.09 0.25 0.74
Hex AD CE B2 10 0 E 13 81 19 4A
Octal 255 316 262 20 0 16 23 201 31 112
Binary 10101101 11001110 10110010 10000 0 1110 10011 10000001 11001 1001010

Color Harmonies of #ADCEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEB2

Black with #ADCEB2

Text Example


Text Example

White with #ADCEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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