#ADCBB3

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

Shades of Gum Leaf #ADCBB3

Tints of Gum Leaf #ADCBB3

Color information

#ADCBB3 (or 0xADCBB3) is unknown color: approx Gum Leaf. HEX triplet: AD, CB and B3. RGB value is (173,203,179). Sum of RGB (Red+Green+Blue) = 173+203+179=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBB3 is #52344C. Grayscale: #BFBFBF. Windows color (decimal): -5387341 or 11783085. OLE color: 11783085.

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

Color convert

RGB173203179-
CMYK0.1500.120.20
HSL132º22.39%73.73%-
HSV(B)132º14.78%79.61%-
XYZ46.7354.8550.77-
YUV191.29121.06114.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=31.17%
G=36.58%
B=32.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031790.1500.120.2013222.3973.73
HexADCBB3F0C1484164a
Octal255313263170142420426112
Binary1010110111001011101100111111011001010010000100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBB3; }

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

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

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

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

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

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

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

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