#C0DBAC

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

Shades of Madang #C0DBAC

Tints of Madang #C0DBAC

Color information

#C0DBAC (or 0xC0DBAC) is unknown color: approx Madang. HEX triplet: C0, DB and AC. RGB value is (192,219,172). Sum of RGB (Red+Green+Blue) = 192+219+172=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DBAC is #3F2453. Grayscale: #CDCDCD. Windows color (decimal): -4138068 or 11328448. OLE color: 11328448.

HSL color Cylindrical-coordinate representation of color #C0DBAC: hue angle of 94.47º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0DBAC is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB192219172-
CMYK0.1200.210.14
HSL94.47º39.5%76.67%-
HSV(B)94.47º21.46%85.88%-
XYZ54.5264.8548.67-
YUV205.57109.05118.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=32.93%
G=37.56%
B=29.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922191720.1200.210.1494.4739.576.67
HexC0DBACC015E5e274d
Octal300333254140251613647115
Binary1100000011011011101011001100010101111010111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBAC; }

 p { color: rgb(192,219,172); }

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

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

 a { background-color: rgb(192,219,172); }

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

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

 span { border-color: rgb(192,219,172); }

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