Html Css Color HEX #ADCEB3 Gum Leaf

📋 copy color: '#ADCEB3'

red 173 ◦ green 206 ◦ blue 179

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

Shades of Gum Leaf #ADCEB3

Tints of Gum Leaf #ADCEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.08%

R = 31%
G = 36.92%
B = 32.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#ADCEB3 (or 0xADCEB3) is known color: Gum Leaf. HEX triplet: AD, CE and B3. RGB value is (173,206,179). Sum of RGB (Red+Green+Blue) = 173+206+179=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEB3 is #52314C. Grayscale: #C1C1C1. Windows color (decimal): -5386573 or 11783853. OLE color: 11783853.

HSL color Cylindrical-coordinate representation of color #ADCEB3: hue angle of 130.91º 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 #ADCEB3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 179 -
CMYK 0.16 0 0.13 0.19
HSL 130.91º 0.25% 0.74% -
HSV(B) 130.91º 0.16% 0.81% -
XYZ 47.44 56.28 51.01 -
YUV 193.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 173 206 179 0.16 0 0.13 0.19 130.91 0.25 0.74
Hex AD CE B3 10 0 D 13 83 19 4A
Octal 255 316 263 20 0 15 23 203 31 112
Binary 10101101 11001110 10110011 10000 0 1101 10011 10000011 11001 1001010

Color Harmonies of #ADCEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEB3

Black with #ADCEB3

Text Example


Text Example

White with #ADCEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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