#ADCFB9

Color #ADCFB9 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #ADCFB9

Tints of Gum Leaf #ADCFB9

Color information

#ADCFB9 (or 0xADCFB9) is unknown color: approx Gum Leaf. HEX triplet: AD, CF and B9. RGB value is (173,207,185). Sum of RGB (Red+Green+Blue) = 173+207+185=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFB9 is #523046. Grayscale: #C2C2C2. Windows color (decimal): -5386311 or 12177325. OLE color: 12177325.

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

Color convert

RGB173207185-
CMYK0.1600.110.19
HSL141.18º26.15%74.51%-
HSV(B)141.18º16.43%81.18%-
XYZ48.357.0154.36-
YUV194.33122.74112.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.62%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=30.62%
G=36.64%
B=32.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071850.1600.110.19141.1826.1574.51
HexADCFB9100B138d1a4b
Octal255317271200132321532113
Binary10101101110011111011100110000010111001110001101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFB9; }

 p { color: rgb(173,207,185); }

 H1.HeaderClassName
 {
   color: #ADCFB9;
 }
 .AnyTagClassName
 {
   color: #ADCFB9;
 }
</style>
background-color css

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

 a { background-color: rgb(173,207,185); }

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

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

 span { border-color: rgb(173,207,185); }

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