Html Css Color HEX #ADCEB4 Gum Leaf

📋 copy color: '#ADCEB4'

red 173 ◦ green 206 ◦ blue 180

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

Shades of Gum Leaf #ADCEB4

Tints of Gum Leaf #ADCEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.2%

R = 30.95%
G = 36.85%
B = 32.2%

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

#ADCEB4 (or 0xADCEB4) is known color: Gum Leaf. HEX triplet: AD, CE and B4. RGB value is (173,206,180). Sum of RGB (Red+Green+Blue) = 173+206+180=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEB4 is #52314B. Grayscale: #C1C1C1. Windows color (decimal): -5386572 or 11849389. OLE color: 11849389.

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

Color convert

RGB 173 206 180 -
CMYK 0.16 0 0.13 0.19
HSL 132.73º 0.25% 0.74% -
HSV(B) 132.73º 0.16% 0.81% -
XYZ 47.54 56.32 51.55 -
YUV 193.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 173 206 180 0.16 0 0.13 0.19 132.73 0.25 0.74
Hex AD CE B4 10 0 D 13 85 19 4A
Octal 255 316 264 20 0 15 23 205 31 112
Binary 10101101 11001110 10110100 10000 0 1101 10011 10000101 11001 1001010

Color Harmonies of #ADCEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEB4

Black with #ADCEB4

Text Example


Text Example

White with #ADCEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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